Advertisement
jabela

Untitled

Feb 10th, 2016
1,215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. ComputerAge=3
  2. MyAge = int(input('What is your age?'))
  3. print('I am younger than %d, because I am %d' % (MyAge,ComputerAge))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement