Skip to main content

Python QnA #1

Python QnA for November 14, 2018.



>>>x = input()
User response : [12]

>>>y = int(input('Please enter a number'))
User response : Please enter a number[45]

>>>x + y


# What would be the output??

Comments