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

Commit

Permalink
Created demo_code.py
Browse files Browse the repository at this point in the history
Signed-off-by: sreejasaha19 <[email protected]>
  • Loading branch information
sreejasaha19 committed Sep 19, 2022
1 parent 5359a42 commit ffa0d24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions contributors/sreejasaha19/demo_code.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
""" Basic python program to print hello world"""


def greet():

"""Function to print Hello world"""
print("Hello world")


greet()

0 comments on commit ffa0d24

Please sign in to comment.