m = '40' + '01'
print(m) m = 81 + 34
print(m) m = input('Enter a number: ')
n = int(m) m = (41, 54, 23, 68) m = ['July', 'September', 'December']