What kind of variable will be created by a line of code that reads num1 = int(input("Please enter your favorite number."))
a string
a float
an integer
a generic

Answer :

Answer:

an integer

Explanation:

int is short for integer while programming :^)

Answer:

an integer

Explanation:

hope that helps

Other Questions