Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit e604632

Browse files
author
Kalpak Take
authored
Update madLibs.py
1 parent 7174242 commit e604632

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

madLibs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# my code may not work with python 3.5 cause it is made for 2.7 version
12
libs =["Dragon Freak","Excuses"]
23

34
# precode
@@ -31,6 +32,7 @@ def excuses():
3132
I cannot come to %s ,
3233
because there is %s %s flu
3334
''' %(place , adjExcuse , bodyPart)
35+
print(fMadLib)
3436

3537
# main code for user interaction
3638
while True:

0 commit comments

Comments
 (0)