Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def metodo_prueba(mensaje, *, tamahnio):
- print(mensaje)
- print(tamahnio)
- metodo_prueba('Python', 1024)
- metodo_prueba('Python', tamahnio=1024)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement