Question 3 (Lab 3.2.1.3) A junior magician with secret Number= 777, he wants you to write a code to guess the number or
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 3 (Lab 3.2.1.3) A junior magician with secret Number= 777, he wants you to write a code to guess the number or
Question 3 (Lab 3.2.1.3) A junior magician with secret Number= 777, he wants you to write a code to guess the number or remain in the loop: 1- Guess a number. 2- The number is not equal to 777, show "Ha ha! You're stuck in my loop!" 3- The number is 777, show "Well done, muggle! You are free now." You code Question 4 (Lab 3.2.1.6) Write a code to count from 1 to 5 seconds using loop pause: time.sleep (1) You code