You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here you can find code examples for the article[How to Read Python Input as Integers](https://realpython.com/python-input-integer/).
3
+
Here you can find code examples for the tutorial[How to Read Python Input as Integers](https://realpython.com/python-input-integer/).
4
4
5
-
The file [`number_input.py`](number_input.py) contains `get_integer()` discussed in the article plus some other utility functions for numeric input.
5
+
The file [`number_input.py`](number_input.py) contains the `get_integer()`function discussed in the tutorial plus some other utility functions for numeric input.
0 commit comments