This repo contains the following files:
Bubble Sort_2.py: a bubble sort programBubbleSort.py: another bubble sort programMerge Sort.py: a merge sort implementation program with user-received input.Fibonacci.py: a program that takes number of digits given as input and generates a Fibonacci Sequence based on input.README.md: this filehelloworld.py: a simple hello world programgreet.py: a simple program that requests user name and greets them with a specfic message.spam.py: a simple program to give spam message to anyone
To run spam.py install pyautogui
pip install pyautogui