Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit ffa0d24

Browse files
committed
Created demo_code.py
Signed-off-by: sreejasaha19 <[email protected]>
1 parent 5359a42 commit ffa0d24

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
""" Basic python program to print hello world"""
2+
3+
4+
def greet():
5+
6+
"""Function to print Hello world"""
7+
print("Hello world")
8+
9+
10+
greet()

0 commit comments

Comments
 (0)