split()
HackerRank: Capitalize! Notes Paid Members Public
Background This article was written down when I was doing a Python challenge on HackerRank: Capitalize! [https://www.hackerrank.com/challenges/capitalize/problem]. It was not a hard problem, but I got the "Wrong Answer" three times... The main problem is that I am not familiar with the
Python: raw_input(), input(), strip() and split() Explanations Paid Members Public
Background This article was written down when I was doing the HackerRank Python challenge: Find a string. I think it would help explain the difference between raw_input() and input() for others. You will see raw_input() a lot in the HackerRank Editorial section since the solution was written with