Answers for "double loops python"

5

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))
Posted by: Guest on July-26-2020

Python Answers by Framework

Browse Popular Code Answers by Language