Code 61: Check if a string contains only numbers | isnumeric() in Python | 365 Days of Code

preview_player
Показать описание
Python code to check if a string contains only numbers.
string1 = "8000"
string2 = "a432kk"
Рекомендации по теме