Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- def generar_multiples_valores():
- return (2, 3, 4, 5)
- dos, tres, cuatro, cinco = generar_multiples_valores()
- print(dos, tres, cuatro, cinco)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement