Code viewer for World: Python Terminal World

# Python code for Terminal

# print ("hello")

x = await input ( "Input x > ")
      
print ( "x = " + x )