Create
Make a Meme
Make a GIF
Make a Chart
Make a Demotivational
Expanding Brain
share
209 views
•
Made by
soupScript
2 years ago
in
programming
memes
expanding brain
Caption this Meme
Add Meme
Add Image
Post Comment
Show More Comments
Caption this Meme
Created with the Imgflip
Meme Generator
IMAGE DESCRIPTION:
PRINT("HELLO WORLD"); VAR = "HELLO WORLD" PRINT(VAR); DEF PRINTITEM(): PRINT("HELLO WORLD") PRINTITEM(); VAR = "HELLO WORLD" DEF PRINTITEM(): GLOBAL VAR PRINT(VAR) PRINTITEM()