Slides (PPTX)

Download Report

Transcript Slides (PPTX)

Week 6 - Monday



What did we talk about last time?
Artificial intelligence
Lab 5

Write a Visual Python program that prints out
the first 50 perfect squares:
 1
 4
 9
 16
 25
 …

You can use either a while loop or a for loop

Make a smiling face with 7 boxes and two
spheres
We can show a sine curve
Using a while loop, we can make a lot of x values
between -10 and 10
 We can use the sin() function to find the corresponding
y location
 Then we put a small red sphere at each location





Stable marriage
Euler paths and tours
Minimum spanning trees



Start working on Project 2
Read Python Chapter 5
Think about what you want to do for your
Final Project
 Proposal due by 3/31