1 2 3 4
from cs50 import get_string answer = get_string("What's your name? ") print("hello, " + answer)