Text Size
Text Size
Exit Full Screen
Python Mini
Show
Source Code
View Source Code in Full Screen
Open in New Tab
noun = raw_input("Enter a noun") adjective = raw_input("Enter an adjective") verb = raw_input("Enter a verb ending with -en") noun2 = raw_input("Enter a noun") print "Humpty Dumpty sat on a", noun print "Humpty Dumpty had a great", adjective print "All the king's horses and all the king's", verb print "Couldn't put Humpty", noun2
Rhyme.py
( around 8 lines python code )
Published By:
SpooderMan
Published on
2023-01-10T17:05:43Z
Python Mini
- an
OYOclass
application,
own your own class today
.
Run
Result
×
Error message shows here