# 计算 12879 * 36521 并打印 # product = ??? # print(product) # 计算 100 模 32 并打印 # mod = ??? # print(mod) # 打印Hello\ "World!" # msg = ??? # print(msg)