In Python Choose a number between 1 and 10 and assign it to the variablesecret. Then, select another number between 1 and 10 and assign it to the variableguess. Next, write the conditional tests...


In Python


Choose a number between 1 and 10 and assign it to the variablesecret. Then, select another number between 1 and 10 and assign it to the variableguess. Next, write the conditional tests (if,else, andelif) to print the string'toolow'ifguessis less thansecret,'toohigh'if greater thansecret, and'justright'if equal tosecret.



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here