Tricky question

Report a typo

What will be the output for the following piece of code?

print("Enter a number: ")
user_num = input()
# user enters 10
print(user_num + user_num)
Select one option from the list
___

Create a free account to access the full topic