findAverage

findAverage

In this assignment, you’re going to create an app to calculate your GPA. The code will look something like this:

# variable = input("question?")
math = input("What's your grade in math?")
# What happens if you try this?

Try this to find out a type of data:

  print type(input("What's your grade in math?"))