Advertisement
Guest User

Untitled

a guest
Jan 16th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. userInt = int(input('Enter integer (0 - 155):\n'))
  2.  
  3. # FIXME (1): Finish reading other items into variables, then output the four values on a single line separated by a space
  4.  
  5. # FIXME (2): Output the four values in reverse
  6.  
  7. # FIXME (3): Convert the integer to a characer, and output that character
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement