2 lines
49 B
Python
2 lines
49 B
Python
|
|
number = float(raw_input("Input a number: "))
|
|
|
number = float(raw_input("Input a number: "))
|