Skip to content

Latest commit

 

History

History

day12

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Day 12 - Scope & Number Guessing Game

Concepts covered:

-How to Modify a Global Variable
-Python Constants and Global Scope\

Activities executed:

A number guessing game was created where:
-A random answer between 1 and 100 was generated
-The user was allowe to choose between level hard (5 chances) and level easy (10 chances)
-The user was given hits in the form of 'too high' or 'too low' until their chances were finished or they guessed correctly