The input() function always returns a string
Example:
Numbers don’t need quotes, but they can have them. print(28) and print("28") look the same but are different data types. code avengers answers python 1
print("Hello World")
Using if , elif , and else statements to make decisions. The input() function always returns a string Example: