Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

double in python

print("Their is nothing like double in python ")
print("In python float is used for decimals input")
# Example
num = float(input("Enter any decimal Number"))
print(type(num))
 
PREVIOUS NEXT
Tagged: #double #python
ADD COMMENT
Topic
Name
1+6 =