宇宙飛行士のフルネームを尋ね、その値を保存する文はどれですか?
full_name = print("Enter astronaut's full name: ")
full_name = "Enter astronaut's full name: "
full_name = input("Enter astronaut's full name: ")
戻り値を代入せずに input() を呼び出す。
input()