mad libs game prompt python

Solutions on MaxInterview for mad libs game prompt python by the best coders in the world

showing results for - "mad libs game prompt python"
Matthew
05 Jul 2018
1Copycolor = input("Enter a color: ")
2pluralNoun = input("Enter a plural noun: ")
3celebrity = input("Enter a celebrity: ")
4
5print("Roses are", color)
6print(pluralNoun + " are blue")
7print("I love", celebrity)
similar questions
queries leading to this page
mad libs game prompt python