|
|
# programmer milestone 1
#total first ten numbers
i=0
total=0
while i<10:
total=total+i
i=i+1
print total
|
col=1
while col<getWidth(pic):
row=1
while row<getHeight(pic):
pixel=getPixel(pic,col,row)
oldblue = getBlue(pixel)
setBlue(pixel,oldblue*0.7)
row=row+1
col=col+1
repaint(pic) |
Build dynamic websites that run on Google's Servers. Click above to check out a social network built in a beginning course.
|
STEP 1:
HTML and CSS
|
STEP 2:
BASIC PYTHON
|
STEP 3:
VISUAL PROGRAMS
|
STEP 4:
DYNAMIC WEB APPS
|
If you would like to contribute to this site, please email Wolber at wolber@usfca.edu.
;) ;)
|
|