American Young Coder (AYC)

AYC logo
Loading Events

« All Events

  • This event has passed.

7 PM – Intro To Python – David

March 3, 2022 @ 7:00 pm - 8:00 pm

Today We Do
  1. We reviewed For Loop List homework.
  2. We started For Loop Range.
Homework
  1. Use for loop  in range to print number from 0 to 20, inside the for loop, check if number is less or equal to 5, print “<number> is a small number”
  2. if number is between 6 to 15, print “<number> is a medium number”
  3. if number is between 16 to 20, print “<number> is a big number”
0 is a small number
1 is a small number
2 is a small number
3 is a small number
4 is a small number
5 is a small number
6 is a medium number
7 is a medium number
8 is a medium number
.
.
.
15 is a medium number
16 is a big number
17 is a big number
.
.
.
20 is a big number

Details

Date:
March 3, 2022
Time:
7:00 pm - 8:00 pm
Event Categories:
,
Verified by MonsterInsights