Guest User

Untitled

a guest
May 16th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. if num>=900:
  2. print "CM",
  3. num=num-900
  4. if num>=500:
  5. print "D",
  6. num=num-500
Add Comment
Please, Sign In to add comment