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 are featured instantly in auto-approve-sfw streams
  • Your images jump to the top of approval queues
Go Pro
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
20 views

Left Exit 12 Off Ramp

by anonymous
18 views