You are viewing a single comment's thread. Return to all comments →
Procedural programming is the best (jk)
n = int(input()) c = 0 for _ in range(n): tweet = input().lower() if 'hackerrank' in tweet: c += 1 print(c)
Seems like cookies are disabled on this browser, please enable them to open this website
HackerRank Tweets
You are viewing a single comment's thread. Return to all comments →
Procedural programming is the best (jk)