To print strings and numbers in Python, is there any other way than doing something like:
first = 10 second = 20 print \"First number is %(first)d and second
if you are using 3.6 try this
k = 250 print(f"User pressed the: {k}")
Output: User pressed the: 250