Compilador de Python Online (Editor / Interpretador)
Escreva, execute e compartilhe o seu código Python instantaneamente com o Compilador de Python Online da Asimov Academy.
a = "03523" print(a.isdigit()) # Saída: True b = "963spam" print(b.isdigit()) # Saída: False