Santucho_

Scratcher Joined 2 years, 3 months ago Argentina

About me

class Santucho:
def __init__(self, username, bugs):
self.username = username
self.hatebugs = bugs

me = Santucho("Santucho", True)
if me.hatebugs == True:print(me.hatebugs)

> True

What I'm working on

def decript("text"):
chars = "qwertyuiopasdfghjklzxcvbnm"
for i,letter in enumerate(text):


No one knows

What I've been doing

Comments

You have 500 characters left.
  • Comments loading...