189k views
1 vote
Can you solve this challenging activity?

Can you solve this challenging activity?-example-1
User REALSOFO
by
3.2k points

1 Answer

2 votes

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:

Can you solve this challenging activity?-example-1
User Yonel
by
3.7k points