Add cositas.py

This commit is contained in:
Guillermo.N 2024-04-02 05:37:04 +02:00
commit 4c5cc7234e
1 changed files with 6 additions and 0 deletions

6
cositas.py Normal file
View File

@ -0,0 +1,6 @@
def caluchi():
return "Hello World"
if __name__ == '__main__':
caluchi()