Advertisement
tdrobotica

Ejercicio ciclo

Mar 14th, 2022
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. def funcion():
  2.     print('¡Hola mundo!')
  3.     return
  4.  
  5. funcion()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement