Imgflip Logo Icon
A stream for programming-related memes. Object-oriented, procedural, post it all.
programming
To post images in this stream, please .
Moderators
Create your own stream

Imgflip Pro

  • AI creation tools & better GIFs
  • No ads
  • Custom 6x6 profile icon and new colors
  • Your images jump to the top of approval queues
Go Pro

Roll Safe Think About It

Roll Safe Think About It | CAN'T ACCIDENTALLY LEAVE IT RUNNING IN THE BACKGROUND, IF YOU ONLY DEVELOP THE FRONT END | image tagged in memes,roll safe think about it | made w/ Imgflip meme maker
by anonymous
124 views
class Person:
    def __init__(self, name, age, race,):
        self.name = name
        self.age = age
        self.race = race

    def bleach(self):
        self.race = "white"
        print(f"person bleached")

p1 = Person("michal jackson", 24, "black")

print(f"{p1.name} {p1.age} {p1.race}")
p1.bleach()
print(f"{p1.name} {p1.age} {p1.race}") | made w/ Imgflip meme maker
133 views

iuyhtgrvbh

79 views

Vim

586 views

Is This A Pigeon

145 views