from ctypes.wintypes import MSG
from email import message
from socket import MsgFlag


def question_answer(prompt):
    print("Question: " + prompt)
    MSG = input("2")
    print("Answer: " + MSG)


question_answer("What is 1+1?")
Question: What is 1+1?
Answer: 2
def question_answer(prompt):
    print("Question: " + prompt)
    MSG = input("1920")
    print("Answer: " + MSG)


question_answer("When was the NFL created?")
Question: When was the NFL created?
Answer: 1920
def question_answer(prompt):
    print("Question: " + prompt)
    MSG = input("Packers")
    print("Answer: " + MSG)


question_answer("Who won the first Super Bowl?")
Question: Who won the first Super Bowl?
Answer: packers