Posts by EDGAR APARECIDO SANCHES • 1 point
1 post
-
-1
votes11
answers38715
viewsA: How to check if the variable string value is number?
Good evening, I’m new to Python and here too, but I managed to solve this way to floating point: str(price).replace('.','').isnumeric() I believe this way is simpler, I hope it helps…