Posts by Luan • 9 points
1 post
-
-1
votes3
answers64
viewsQ: Python checking if the number is Float
I am very beginner in python programming, my doubt is the following, I need the user to type only float number, how do I do this check and report the error if it is not? I could only do if the…