Answers for "python how can warn users to not use decimals"

4

give answer in 6 decimal python

print("{:.6f}".format(variable_name))
Posted by: Guest on May-20-2020
0

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
Posted by: Guest on June-12-2020

Code answers related to "python how can warn users to not use decimals"

Python Answers by Framework

Browse Popular Code Answers by Language