Your 'HTML' code goes herewelcome
a= input("Test it? ") b=a c=a
# A short program to show the assignment operator in action.x = 5print xx = x + 1print x