Difference between revisions of "CSC111 Lab 8 Solution Programs"
(Created page with ' <onlydft> ==movingBall5.py== <source lang="python"> # movingBall5.py # D. Thiebaut from graphics import * import random #--- the dimensions of the window --- W = 300 H = 300 …') |
|||
Line 1: | Line 1: | ||
− | |||
<onlydft> | <onlydft> | ||
Line 143: | Line 142: | ||
==stats3.py== | ==stats3.py== | ||
<source lang="python"> | <source lang="python"> | ||
− | + | ||
statistics = [['Afghanistan', 28710000, 'NA', 'NA', 1], ['Albania', 3580000, | statistics = [['Afghanistan', 28710000, 'NA', 'NA', 1], ['Albania', 3580000, | ||
12000, 'NA', 10], ['Algeria', 32810000, 180000, 'NA'], | 12000, 'NA', 10], ['Algeria', 32810000, 180000, 'NA'], | ||
Line 182: | Line 181: | ||
main() | main() | ||
− | + | </source> | |
</onlydft> | </onlydft> | ||
Revision as of 16:39, 24 March 2010