• + 3 comments

    This is such and easy task until you read it and get confused. It should just simply say...

    Print the content of inputString. inputString will automatically be filled when you run the code so all you need to do is print what will be stored in the variable inputString at run time.

    This passed for Python2 print(inputString)