IBCS1 - 1112 - October

From WLCS

Jump to: navigation, search

Contents

Monday (10/31/11)

Warmup:

Agenda:

Thursday (10/27/11)

Agenda:

Tuesday (10/25/11)

Agenda:

Friday (10/21/11)

Agenda:

Wednesday (10/19/11)

Warmup:

Agenda:

Thursday - Monday (10/13/11 - 10/17/11)

Warmup:

Agenda:

Tuesday (10/11/11)

Warmup:

  1. Create a file named LoopingNotes.py
  2. Copy the code below:
  3. Comment each line and explain what it does (use the # sign)
x = 0
while x < 5:
  print(x)
  x = x + 1

Agenda:

Thursday (10/6/11)

Warmup:

Agenda:

Tuesday (10/4/11)

Warmup:

Agenda:

Personal tools
Namespaces
Variants
Actions