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