Posted at 02:24h
in
Uncategorized
by admin
Question:
Write a program to use easygui enterbox that asks for your name, then street, then city, then province, then postal code (all in easygui message boxes). The program should then display a mailing-style full address that looks something like this:
Hint:
Do not forget to import easygui in order to use...
Question:
Continue to program the code so the back(<=) button can work:
when you click the back button, it will delete the last digit or decimal. However if there’s only one digit left and that digit is not 0, it will change into 0. check the calculator...
Posted at 15:20h
in
Uncategorized
by admin
Question:
Continue with the pygame application. Write code to do the below tasks:
Write code for the missile sprite, same as the player sprite
Make sure the missile moves up the screen when the player hits the space key on the keyboard.
The missile should appear...
Posted at 15:18h
in
Uncategorized
by admin
Question:
Create a new flask application or continue with the old one. Make a calculator to the BMI using a flask. Make an html file which contains the form to input the height and weight of the person in meters and kilograms. Then based on the...
Question:
A fish-finder is a device used by anglers to find fish in a lake. If the fish-finder finds a fish, it will sound an alarm. It uses depth readings to determine whether to sound an alarm. For our purposes, the fish-finder will decide that a...
Question:
Each year, fall in the North Central region is accompanied by the brilliant colors of the leaves on the trees, followed quickly by the falling leaves accumulating under the trees. If the same thing happened to binary trees, how large would the piles of leaves...