so imagine you make an input()
saying Enter Age input("Enter Age: ")
so a person wants to make an account saying "i am __ years old" is there a way to classify the number in the statement?
if so how would you do it? or is it even Possible?
Asked
Active
Viewed 33 times
1

OneCricketeer
- 179,855
- 19
- 132
- 245

Capt.Pyrite
- 851
- 7
- 24
-
Why not force only a numeric input? – OneCricketeer Aug 30 '20 at 14:33
-
I never understand why to waste time for writing `i am __ years old`. It is simpler to write only number. – furas Aug 30 '20 at 17:21