Add cositas.py

This commit is contained in:
2024-04-02 05:37:04 +02:00
commit 4c5cc7234e
+6
View File
@@ -0,0 +1,6 @@
def caluchi():
return "Hello World"
if __name__ == '__main__':
caluchi()