File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
PyGamesScripts/MADLIBS Game Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,16 @@ def madlib():
16
16
17
17
#MADLIB STORY
18
18
print ("The Harry Potter Template!" )
19
- print ("The Harry Potter Template" )
19
+ print ()
20
20
21
21
22
22
madlib = f"""{ Adj4 } Ginny was lying on the elevated floor in absolutely no consious, slowly losing her { noun1 } to Tom Riddle's Diary.
23
- Confused Harry asked Tom, "who are you ?" to which he flicked the levitated alphabets reading TOM MARVALO RIDDLE in the air
24
- and they slowly started to arrange to form "I AM LORD { FamousPersonality1 } " and solidly announced , "{ FamousPersonality1 }
25
- is my past,present and future". While Harry was struggling to pick up his { Adj1 } wand, the Basilisk came { verb1 } towards him
26
- in the Chambers Of Secrets. It's { Adj2 } eyes were glaring at him but he struggled not to look at them because that could
27
- cause him to { verb2 } . Meanwhile { FamousPersonality2 } came { verb4 } sent by Prof Dumbledore to save Harry and Ginny from the
28
- { Adj3 } monster. """
23
+ Confused Harry asked Tom, "who are you ?" to which he flicked the levitated alphabets reading TOM MARVALO RIDDLE in the air
24
+ and they slowly started to arrange to form "I AM LORD { FamousPersonality1 } " and solidly announced , "{ FamousPersonality1 }
25
+ is my past,present and future". While Harry was struggling to pick up his { Adj1 } wand, the Basilisk came { verb1 } towards him
26
+ in the Chambers Of Secrets. It's { Adj2 } eyes were glaring at him but he struggled not to look at them because that could
27
+ cause him to { verb2 } . Meanwhile { FamousPersonality2 } came { verb4 } sent by Prof Dumbledore to save Harry and Ginny from the
28
+ { Adj3 } monster. """
29
29
30
30
print (madlib )
31
31
print ()
You can’t perform that action at this time.
0 commit comments