Advertisement
here2share

# join_map.py

Jan 20th, 2020
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.05 KB | None | 0 0
  1. # join_map.py
  2.  
  3. print "-".join(map(str, range(25)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement