Homework 8
The deadline is Thursday, the 27th of October, 23:59 (Estonian time).
Exercise 8.1: Drawing a tree
Draw a tree of your choice using the turtle. You must use at least 2 colors.
If you have been struggling with this exercise for some time, maybe you can get help from troubleshooter: https://progtugi.cs.ut.ee#/ts/6246cc62ef7eaf563439740c/
. It tries to explain the most common problems and give hints.
Homework 8.2: GUI guessing game
Write a program using EasyGUI to play a simple guessing game with the user. The user should be able to either guess the word or a letter. If the word is correct then the program congratulates him/her and ends. If the letter is correct or wrong then the program should accordingly inform him about it and ask again. The program doesn’t have to remember the user's previous guesses, it just has to tell the user if the letter is contained in the word, or if the word is correct/wrong. You can choose the word that the user will be guessing yourself.
If you have been struggling with this exercise for some time, maybe you can get help from troubleshooter: https://progtugi.cs.ut.ee#/ts/624d6022ef7eaf5634397ca1/
. It tries to explain the most common problems and give hints.
Go to Moodle and upload your solution into Homework 8.