- :3 Hi, I’m @RuthlessNail
- <3 I’m interested in game development, along with other random stuff
- :| I’m currently learning how to stop procrastinating (failing miserably)
- :o How to reach me: ruthlessnail@gmail.com, I dont often check my mail box so soz
from skill_issues import stupidity
class myself():
def __init__(self):
self.isAlive = True
self.quirky = True
self.stupidity = stupidity.very()
self.motivation = random.randint(0,100)
me = myself()