Hacker News new | ask | show | jobs
by new_hackers 3562 days ago

    for item in resume:
        print("Tell me more about %s" % item)
        answer = input()
        print("How to do you feel about %s" % answer)
        answer = input()