• Basic Input Output

    #!/usr/bin/python3 print("Hello World!") #user_name = input("Please Enter Your User Name: ") #user_name = raw_input("Please Enter Your User Name: ") #Input Functions will not work in this online compiler. You may uncomment and test this line on your test environment user_name = "Mr Chapline" print("User Name Entered is " + user_name) Ask Vikas
    Just press 'Run'.
    1
    2
    #!/usr/bin/python3
    print("Hello World!")
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    1/0 0/0