- Modify the first program to allow the user to enter a width and height. The area should be displayed on the screen as: The area is: x
- Modify the second program to allow the user to enter a length. The result should be displayed on the screen as: The length is: x
- Write a program to generate a random number between 1-10 and display the number on the screen as: Random number is: x
- Once done with the above program, modify it to ask the user to guess the number, and display their guess on the screen.
- *REMEMBER* You need to import the appropriate libraries when needed.
Once you have completed the above exercises you are ready to move on to the next lesson: Comparison and Boolean Operators
-Nathan (everythingPython)
No comments:
Post a Comment