HackerRank icon indicating copy to clipboard operation
HackerRank copied to clipboard

My solutions to HackerRank problems

Results 5 HackerRank issues
Sort by recently updated
recently updated
newest added

Hi Sofia, I happend to find the answer of one of the Regex questions on Hackerrank in this repo(https://github.com/sknsht/HackerRank/blob/master/Python/Regex%20and%20Parsing/Validating%20Credit%20Card%20Numbers/Solution.py), but I got a little confused by your answer, could you...

Corrected some spelling errors that I found. Also came across that you could not access s, so changed the variable to the one given in the parenthesis (string).