Skip to content

Commit fc95463

Browse files
committed
Rename code file
1 parent 2424473 commit fc95463

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

python-input-integer/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1+
# How to Read Python Input as Integers
2+
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.
File renamed without changes.

0 commit comments

Comments
 (0)