Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to solve not in base 10 in python when using decimals

Example = float(input("Question?"))
Example_2 = float(input("Question2?"))
Awnser_1 = float(Example) * float(Example_2)
print = Awnser_1
 
PREVIOUS NEXT
Tagged: #How #solve #base #python #decimals
ADD COMMENT
Topic
Name
5+4 =