From 4aa3517736eeb33f53eca66f79170709aab49788 Mon Sep 17 00:00:00 2001 From: Orendra Singh <44982473+orendrasingh@users.noreply.github.com> Date: Sat, 12 Oct 2019 11:33:42 +0530 Subject: [PATCH] upadte --- base.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/base.py b/base.py index de7f57c..a918d78 100644 --- a/base.py +++ b/base.py @@ -1 +1,4 @@ -#Code File \ No newline at end of file +def hellowrol(): + return "Heloworld" + +print(hellowrol())