Answers for "mad libs game prompt python"

0

mad libs game prompt python

Copycolor = input("Enter a color: ")
pluralNoun = input("Enter a plural noun: ")
celebrity = input("Enter a celebrity: ")

print("Roses are", color)
print(pluralNoun + " are blue")
print("I love", celebrity)
Posted by: Guest on January-26-2021

Python Answers by Framework

Browse Popular Code Answers by Language