Answer:
young = (input() == 'True')
famous = (input() == 'True')
if young and famous:
print('You must be rich!')
else:
print('There is always the lottery....')
Step-by-step explanation:
3.6m questions
4.6m answers