Skip to content

Commit 650c83d

Browse files
authored
Update madlibs.py
1 parent 6af9513 commit 650c83d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import friends, harry_potter
1+
import friends, harry_potter, ratatouille, avengers #importing all the story templates in this file
22
import random
33

44

5-
m=random.choice([harry_potter,friends])
6-
m.madlib()
5+
m=random.choice([harry_potter,friends, ratatouille, avengers]) # Choosing a random story template
6+
m.madlib() # calling its madlib story function
77

88

0 commit comments

Comments
 (0)