how to make python inputs to a decimal point code example
Example: how to let the user input desmials in python
input_desmial = float(input("this lets the user input a desmial(can only be an int"))
print(input_desmial)
input_desmial = float(input("this lets the user input a desmial(can only be an int"))
print(input_desmial)