American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

1:30 – Intro to Python Summer- Joshua

June 12 @ 1:30 pm - 3:30 pm

Today We Did 

  • while loops
    • while <condition>:
  • Forever loop
  • how to end a forever loop
    • break
  • crafting exit conditions and practicing transformations
    • as a reminder, input() will always return a string such as “1”
    • use int(<number>) to transform it
      • warning, int(<number>) may screw it up
        • <string>.isnumeric() may be helpful to check if number
    • break conditions being the first check may circumvent some prooblems

Homework 

  1. Third edition
    1. Page 118 to 121 and page 123 TRY IT YOURSELF: 7-5

Details

Date:
June 12
Time:
1:30 pm - 3:30 pm