Advertisement
here2share

# b_humanfriendlydigits.py

Feb 6th, 2020
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. # b_humanfriendlydigits.py
  2.  
  3. print format(10**9, ",").replace(',',"'"), '= Canadian'
  4. print
  5. for z in range(1,10):
  6.     print format(10**z, ",")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement