Skip to content

Commit 35809ef

Browse files
Merge pull request raviprakashdev#26 from DevanshBamrara/master
Some Basic Changes .
2 parents 453e19c + 21600e4 commit 35809ef

2 files changed

Lines changed: 6 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>

helloworld.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Print Condition
12
print("Hello World")
23

34

0 commit comments

Comments
 (0)