Respuesta :

print(3+7) will output 10, which is an integer.

print("2+3") will output 2+3, which is a string.

ACCESS MORE