You are viewing a single comment's thread. Return to all comments →
inputData = [line.rstrip('\n\r') for line in sys.stdin.readlines()]
Seems like cookies are disabled on this browser, please enable them to open this website
Camel Case 4
You are viewing a single comment's thread. Return to all comments →
Python3 Correct Outputs but Wrong Answer Solution
inputData = [line.rstrip('\n\r') for line in sys.stdin.readlines()]