📜  python中的疯狂库-任何代码示例

📅  最后修改于: 2022-03-11 14:55:07.828000             🧑  作者: Mango

代码示例2
print("mad libs game")
print("fill each below to go to next question after you typed the first one press enter to go to the scond one ")


name = input("Enter a name:  ")
age = input("Enter a age:  ")
celebrity = input("Enter a celebrity:  ")

print("There once was a man named " + name)
print("He was "+ age)
print("He Love "+celebrity)