American Young Coder

AYC logo

4:30PM – Intro To Python

Today we Learned: How to use random module How to use random.randint() How to use random.choice() How to make a Magic 8 Ball program using random.randint() Homework: Modify Nov2_Magic8Ball.py so it matchesRead More...

5:30PM – Intro to Python

Today we Learned: How to make a for-loop with range(val1, val2) How to make a for-loop with range(val) What values are looped through when using range() How to use if-else statements inRead More...