Text Size
Text Size
Exit Full Screen
Python Mini
Show
Source Code
View Source Code in Full Screen
Open in New Tab
verb = input("enter a verb") verb2 = input("enter a noun") noun2 = input("enter a noun") adjective = input("enter an adjective") print " Twinkle " + verb + " little star " print "How I " + verb2 + " what you are " print "Up above the world so high" print "Like a " + noun2 + " in the sky" print "Twinkle twinkle " + adjective + " star" print "How I wonder what you are"
MadLibsCodingProject.py
( around 10 lines python code )
Published By:
BM4209
Published on
2021-12-17T18:41:41Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here