Languages
[Edit]
EN

Python - check if string only contains numbers

0 points
Created by:
Mark-Rotteveel
537

In this article, we would like to show you how to check if string only contains numbers in Python.

Quick solution:

 

Practical example

Edit

In this example, we use string.isdigit() method to check if the strings contain only numbers.

Output:

Note:

You can also use isdecimal() instead of isdigit().

1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

Python - string (popular problems)

Python - check if string only contains numbers
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join