Week 4

Rubbish calculator

Create a program that takes in two numbers from the user and adds them together. The program should output the result and if the result is greater than 100, it should tell the user it is a big number.

When are you 100?

Create a program that gets the name and age of the user. Then calculate what year they will turn 100.

Add new user

Create a new program that has a dictionary of usernames and passwords. Then ask the user if they would like to add a new user. If they say yes then ask for a new username and password. Finally, print out all of the usernames.

Last updated