Final Project Progress report 4

Below you can see I evaluated my code adding comments talking about how things work. print(“Lets calculate the tip amount!!”) location = input(“Where are you? Press 1 for Hong Kong, 2 for France, 3 for Dubai, 4 for the U.S, 5 for Italy, 6 for the UK or 7 for custom”) #The above line allows…

Final Project Progress report 3

The code is finished. It uses a function and while loops with if statements. I think that this truly does solve the problem that people face today with tipping. The only thing I want to do in the future is creating a better interface and that would mean I have to either use Pygame or…

Final project progress report 2

So at this moment, I have created a prototype for the tipping calculator. The tipping calculator uses while loops with if statements to work. I think that the way I created it,  it is very effective because it allows users to calculate for custom and different countries. I tested it in many ways and now…

Final project progress report 1

Empathise and define First I have to define the issue. And the big issue is that when people go to different countries they don’t know how much to tip and this is a problem because then they may not meet the cultural standard. By not meeting the cultural standard people may be seen as rude,…

I2P 2017 Mini Project

For the mini project, I decided to make a Hangman game. It is a very simple pass and play game that you can play. In the code below you can see that first one player puts in the code and then the second player has 5 guesses to get the word or they lose. The game…

I2P 2017 Weekend Challenge

What I did For the weekend challenge project, I decided to study going to school and the different routes. When making this project I reaised that people need to get to school in different ways based on there conditions. So what I decided to do was to make a series of questions that would test…

I2P 2017 Day 5

First I started with trying to do the google scripts but I I was having some trouble so I will add it later. But for Google scripts so far I have created the spreadsheet and then added the script for the send email function, from there I am not sure what else to do. After…