albert gonzalez’s ePortfolio
- Not ActiveNot Currently Active
- OpenOpen
python App Development
Recent Posts
This is the first post on your Learning Blog. Edit or delete it, then start blogging! The […] See MoreWelcome!
Recent Comments
Comment on "lab 2 Turtle Blast"
import turtle import random wn = turtle.Screen() wn.bgcolor('red') alex = […] See MoreComment on "lab 2 Turtle Blast"
Comment on "lab 2 Turtle Blast"
import turtle import random wn = turtle.Screen() # Set up the window and its […] See MoreComment on "lab 2 Turtle Blast"
current_time_str = input(“what is the current time (in hours 0-23)?”) wait_time_str = inp […] See MoreComment on "Lab 0"