diff --git a/beta.py b/beta.py index 2468cc8..736d76b 100644 --- a/beta.py +++ b/beta.py @@ -1,3 +1,4 @@ -def run(): +def run(): # defining a function print('Hello, Python.') print("Hi, Github") +run() # calling a function