Question: solve CHALLENGE ; ; . en 3.5.3: Boolean operators: Branching using Boolean variables. Write an expression that prints 'You must be rich! if the variables
solve
CHALLENGE ; ; . en 3.5.3: Boolean operators: Branching using Boolean variables. Write an expression that prints 'You must be rich! if the variables young and famous are both True. Sample output with inputs: True' 'True' You must be rich! Learn how our autograder works 1 young = (input() == 'True') = i ==" . ] test ; famous = (input() == ''True') pasees 4 if |"" Your solution goes here ""' L_| 5 print('You must be rich!") All tests 6 else: passed 7 print('There is always the lottery...')Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
