Answers for "mad libs in python"

1

mad libs in python

Mad Libs in python:
https://github.com/Sree-creator-123/madlibs
Posted by: Guest on September-11-2021
0

python mad libs

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)
Posted by: Guest on May-13-2021

Browse Popular Code Answers by Language