name = raw_input() print name
num = raw_input() num = int(num) # raw_input returns string, so convert it to integer
No comments:
Post a Comment