17/10/2025

Week 1 Assignments

1: Install Python again

On you computer, uninstall Python.  Make sure you can no longer find python.exe, py.exe or IDLE.  Then step by step, install Python again.  Launch Python to run your program to make sure you know exactly what to do.

2: Hello everyone

 Modify your 'Hello, world' program to say hello to a number of your best friends.

    3: Turtle gets a new job

    Turtle is known for drawing things on the ground, especially those he can draw without leaving the ground, like a rectangle or a star.  NASA approaches Turtle for a job to draw huge numbers on the earth that the astronauts in the ISS can see.  This would require drawing in outline fonts, which you happen to know how to do.

    Please write a Python program with Turtle to draw outline font numbers 0 - 9:







      No comments: