American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

3 PM – Python OOP – Gamas

August 2 @ 3:00 pm - 4:00 pm

Today We Did
  1. We reviewed For loop
  2. We reviewed While Loop
Homework
  1. Memorize, If you want to repeat certain codes, you use either
    1. for loop
    2. while loop
  2. Memorize how to use for loop.
    1. We use for loop when we want to repeat a certain amount of number. For example, print “Hello Alyssa” 100 times.
    2. for i in range(100):
          print("Hello Alyssa")
  3. Memorize how to use while loop to continuously ask question.
    1. while True:
         selection = input("Are we there yet: ")

Details

Date:
August 2
Time:
3:00 pm - 4:00 pm