We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2424473 commit fc95463Copy full SHA for fc95463
python-input-integer/README.md
@@ -1,2 +1,5 @@
1
-### Code examples for the article [How To Read Python Input as Integers](https://realpython.com/python-input-integer/)
2
-The file number_input_examples.py contains the get_integer() function discussed in the article plus some other utility functions for numeric input.
+# How to Read Python Input as Integers
+
3
+Here you can find code examples for the article [How to Read Python Input as Integers](https://realpython.com/python-input-integer/).
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.
…n-input-integer/number_input_examples.py python-input-integer/number_input.pypython-input-integer/number_input_examples.py renamed to python-input-integer/number_input.py
0 commit comments