Code viewer for World: Python Terminal World

# Python code for Terminal

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