Using Python3
Please create at an intermediate programmer level
Create a program that mimics the game “deal or no deal”. Askingthe user to input a number 1-26 (this is the suitcase number theywill choose). After they input a number the program will generatean amount in multiples of 5 of 5-1 millions (this is the amount ofmoney that is in the chest user chose. After every chest they pickit must ask the user deal(as in they take the money and leave) orno deal(as in they want to keep playing). At some points theprogram will randomly ask if they’d like to swap their suitcase fora different one(if they choose yes, they get a new suitcase, if nothey keep their suitcase)
Expert Answer
Answer to Using Python3 Please create at an intermediate programmer level Create a program that mimics the game “deal or no deal”….