# get_string and print, with format strings from cs50 import get_string s = get_string("What's your name?\n") print(f"hello, {s}")