Skip to content

Commit 21600e4

Browse files
Update README.md
1 parent d3d0b73 commit 21600e4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# simplePythonProgram
22

33
This repo contains the following files:
4-
- `Bubble Sort_2.py`: a bubble sort program
5-
- `BubbleSort.py`: another bubble sort program
4+
- `Bubble Sort_2.py`: a bubble sort program.
5+
- `BubbleSort.py`: another bubble sort program.
66
- `Merge Sort.py`: a merge sort implementation program with user-received input.
77
- `Fibonacci.py`: a program that takes number of digits given as input and generates a Fibonacci Sequence based on input.
8-
- `README.md`: this file
9-
- `helloworld.py`: a simple hello world program
8+
- `README.md`: this file.
9+
- `helloworld.py`: a simple hello world program.
1010
- `greet.py` : a simple program that requests user name and greets them with a specfic message.
11-
- `spam.py`: a simple program to give spam message to anyone
11+
- `spam.py`: a simple program to give spam message to anyone.
1212

1313
To run spam.py install pyautogui
1414
<pre>

0 commit comments

Comments
 (0)