HackerRank:Python-Raw_input Solution

name = raw_input()
print(name)

Comments

Post a Comment