diff --git a/base.py b/base.py index f2cb8b9..1879b02 100644 --- a/base.py +++ b/base.py @@ -6,29 +6,5 @@ def helloworld(): return "Hello World" - print('hello world') - -def printing(): - print("hello world") - - #Code File - -def printing(): - print("hello world") - -def hellowrol (): - return"hello world" - print(hellowrol ()) - -void x() -{ -cout<<"Hello World"; -} - -def m(): - print "HelloWorld" - -def helloWorld(): - return "Hello World"