We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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)
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Day 0: Hello, World.
You are viewing a single comment's thread. Return to all 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)