diff --git a/base.py b/base.py index f2cb8b9..f88bdea 100644 --- a/base.py +++ b/base.py @@ -1,3 +1,9 @@ + +def hellowrol(): + return "Heloworld" + +print(hellowrol()) +======= #Code File void x() {cout<<"Hello World"; @@ -32,3 +38,4 @@ def m(): def helloWorld(): return "Hello World" +