Page 1 of 1

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

Posted: Thu May 26, 2022 9:07 am
by answerhappygod
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 1
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 1 (28.84 KiB) Viewed 29 times
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