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

Commit 330b575

Browse files
committed
Created demo_code.py
Signed-off-by: sreejasaha19 <[email protected]>
1 parent acc0bfb commit 330b575

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
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)