Skip to content

Instantly share code, notes, and snippets.

@ChaitanyaBaweja
Created June 22, 2020 11:33
Show Gist options
  • Save ChaitanyaBaweja/043516294ba7bf4706a0bf4b06b7bd5e to your computer and use it in GitHub Desktop.
Save ChaitanyaBaweja/043516294ba7bf4706a0bf4b06b7bd5e to your computer and use it in GitHub Desktop.
float_1 = float(input("Enter value: "))
print('Type of float_1:',type(float_1))
result = float_1*2
print("Twice the given numbers is : ", result)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment