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