HackerRank:Python-Raw_input Solution Posted by Unknown on May 19, 2015 Get link Facebook X Pinterest Email Other Apps name = raw_input() print(name) Comments UnknownMay 21, 2016 at 10:45 AMname = raw_input()print(name)ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
name = raw_input()
ReplyDeleteprint(name)