Skip to content

Commit 80c2a29

Browse files
authored
Update README.md
1 parent 1a3bd1b commit 80c2a29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</details>
99

1010
## About the Project
11-
This project enables a user to enter an infinite number of integers, then prints out some information regarding those inputs. This program prompts the user to enter in as many numbers as he/she wants, until the user inputs a zero. To do this, a loop is needed; this loop runs until the sentinel value is entered. Afterwards, some statistics of the user's inputs is displayed
11+
This project enables a user to enter an infinite number of integers, then prints out some information regarding those inputs. This program prompts the user to enter in as many numbers as he/she wants, until the user inputs a zero. To do this, a loop is needed; this loop runs until the sentinel value is entered. Afterwards, some statistics of the user's inputs is displayed.
1212

1313
The objective of this program is to demonstrate the following:
1414
* practice writing a short Python program
@@ -22,4 +22,4 @@ To run the program, download the contents of the project and simply run make in
2222

2323
## Contact
2424
Name: Garrett Ellis\
25-
Project Link: [https://github.com/Python-Coding-Assignments/Numbers]()
25+
Project Link: [https://github.com/Python-Coding-Assignments/Numbers]()

0 commit comments

Comments
 (0)