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 in the past tense") adjective = input("enter a adjective") print verb + " twinkle " + adjective + " star" noun = input("enter a noun") print " How I " + noun + " where you are." noun2 = input("enter another verb") print " Up above the world so " + noun2 print "Twinkle Twinkle little star. How I wonder what you are."
madlibs.py
( around 8 lines python code )
Published By:
Valencia868
Published on
2023-01-03T17:52:55Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here