From a54d164f8e3f45e5b5d691e172a588c4eecc8d7a Mon Sep 17 00:00:00 2001 From: SHRIKANT ASHOK DANDGE <69064261+SHRISHRIKANT@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:53:16 +0530 Subject: [PATCH] Update beta.py after defining you must call the function too --- beta.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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