My Self Assessment of my assignment [Tell me about your code. What did you modfy?]
Please Define these terms:
Range Function as part of a for loop
import statements [part of the import system]
Modules
The randint() function
for statements
Blocks
The str(), int(), and float() functions
Booleans
Comparison operators
Conditions
The difference between = and ==
if statements
break statements
Lesson 3 Instructions
Complete the basic exercises to create a program where the user "guesses" a number created by the Random Module. After you have written the base program, create variations of your own. Variations can include:
Adding unique variables
increase range() currently at 6 - add More guesses
Changing the number parameters - more numbers to guess
or think of something creative.
RESOURCES: Chapter 3 | Example code (coming soon) | demo video (coming soon)
Mrs. LaMarche's Feed back