added c function

parent 3bcbf65c
...@@ -4,3 +4,7 @@ def a(): ...@@ -4,3 +4,7 @@ def a():
def b(): def b():
print("inside b") print("inside b")
def c():
print("inside c")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment