You are viewing a single comment's thread. Return to all comments →
Try the sript below on python and thnak me later:)
def hackerrankInString(s): return "YES" if re.search(r'h.*a.*c.*k.*e.*r.*r.*a.*n.*k.*', s) else "NO"
Seems like cookies are disabled on this browser, please enable them to open this website
HackerRank in a String!
You are viewing a single comment's thread. Return to all comments →
Try the sript below on python and thnak me later:)