Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print('Python', 2.7, 3.7)
- print('Python', 2.7, 3.7, sep=',')
- print('Python', 2.7, 3.7, sep=',', end='...\n')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement