Which function do we use to get input from the user? (ask them to type something in)
Print()
Input()
GetInput()
Prompt()
What type will the variable something have?
something = input("Type something in:")
String
Integer
Float
Boolean
How can we change the String "5" to be the Integer 5?
Int("5")
Integer("5")
Int "5"
Integer "5"
{"name":"Python Week 1 Quiz", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"When was python created?, Which is NOT a type in python?, Which is these is a Float?","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}