Add cositas.py
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
def caluchi():
|
||||
return "Hello World"
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
caluchi()
|
||||
Reference in New Issue
Block a user