|
1 | | -# simplePythonProgram |
2 | | - |
3 | | -This repo contains the following files: |
4 | | -- `Bubble Sort_2.py`: a bubble sort program |
5 | | -- `BubbleSort.py`: another bubble sort program |
6 | | -- `Merge Sort.py`: a merge sort implementation program with user-received input. |
7 | | -- `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 |
10 | | -- `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 |
12 | | -- `Quick_sort.py`: quick sort program |
13 | | - |
14 | | -To run spam.py install pyautogui |
15 | | -<pre> |
16 | | -<code>pip install pyautogui</code> |
17 | | -</pre> |
| 1 | +# simplePythonProgram |
| 2 | + |
| 3 | +This repo contains the following files: |
| 4 | +- `Bubble Sort_2.py`: a bubble sort program. |
| 5 | +- `BubbleSort.py`: another bubble sort program. |
| 6 | +- `Merge Sort.py`: a merge sort implementation program with user-received input. |
| 7 | +- `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. |
| 10 | +- `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 |
| 12 | +- `Quick_sort.py`: quick sort program |
| 13 | + |
| 14 | + |
| 15 | +To run spam.py install pyautogui |
| 16 | +<pre> |
| 17 | +<code>pip install pyautogui</code> |
| 18 | +</pre> |
0 commit comments