Respuesta :

Answer:

young = (input() == 'True')

famous = (input() == 'True')

if young and famous:

   print('You must be rich!')

else:

   print('There is always the lottery....')

Explanation:

Ver imagen mikehollandflorida