Skip to content

sapanpdesai/simplePythonProgram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplePythonProgram

This repo contains the following files:

  • Bubble Sort_2.py: a bubble sort program.
  • BubbleSort.py: another bubble sort program.
  • Merge 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 file.
  • helloworld.py: a simple hello world program.
  • greet.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
  • Quick_sort.py: quick sort program

To run spam.py install pyautogui

pip install pyautogui

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.9%
  • C++ 1.1%