Advertisement
Fhernd

cambio-caracteres-separacion-fin-linea.py

Jun 30th, 2018
1,934
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. print('Python', 2.7, 3.7)
  2. print('Python', 2.7, 3.7, sep=',')
  3. print('Python', 2.7, 3.7, sep=',', end='...\n')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement