All projects by the members of the Foo Bar.
To All Foo Bar Members
Please, create your files with the name:
first-last.py
, for example, for me, it would begeorge-yu.py
. Do not forget the-
and make everything lowercase!
- Use
print()
,input()
andif
statements.
- Use
while
loops. - Achieve basic variable type conversion.
- Use import to use the
random
module and generate random numbers. - Apply the knowledge of
for
loops or variables to achieve a 'chances left' system.
- Learn basic usage of lists (indexing, appending elements)
- Continue building knowledge and experience on variables and loops
- Continue building knowledge and experience on variables and loops
- Getting into more algorithmically-complicated problems
- Understanding the basic concept and operations of a list