Discuss Scratch
- Discussion Forums
- » Open Source Projects
- » Funny Madlibs on Scratch
- _bz
-
100+ posts
Funny Madlibs on Scratch
I have made a python madlib game for about scratch.
Just try running this code in python and you'll get cool results like this.
_Scratch = input("A Name for the App: ")
_program = input("A Verb: ")
_item = input("A Word you like: ")
_item2 = input("Another Word you like: ")
print("With",_Scratch,", you can",_program,"your own interactive",_item,"and",_item2," - and share your creations with others in the online community.")
Also if you have very funny madlibs on scratch you can post the code over here. With Snap! , you can Fly your own interactive bird and games - and share your creations with others in the online community.
Last edited by _bz (Nov. 17, 2021 15:44:20)
- Picoguy
-
100+ posts
Funny Madlibs on Scratch
How can you run the code in python?
This is my 100th forum post
This is my 100th forum post
- _bz
-
100+ posts
Funny Madlibs on Scratch
To run go click new file then paste the code which i mentioned there. Then Save the file and click run in the menubar and run module
- Discussion Forums
- » Open Source Projects
-
» Funny Madlibs on Scratch