You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#this is only sample of madlib.you can have different statements for it.
2
+
adj1=input("enter first adjective:")
3
+
adj2=input("enter second adjective")
4
+
adj3=input("enter third adjective")
5
+
verb1=input("enter first verb")
6
+
verb2=input("enter second verb")
7
+
noun=input("enter noun")
8
+
madlib=f"our school cafteria has really {adj1} food.just thinking about it makes my stomach {verb1}.the spaghetti is {adj2} and tastes like {noun}.one day i swear one of my meatballs started to {verb2}!.the turky tacos are totally {adj3} and look kind of like old {noun}."
0 commit comments