Samuel

58
reputation
10

Leaving StackOverflow. Not sure why people keep downvoting, they won't tell me, and I can't improve.

I love to learn new languages and concepts.

Favorite Language: Python

class Me(Human):
   def __init__(self):
      self.sanity = 100
      self.isCoder = true
   def code(self):
      self.sanity = 100
      time.sleep(10) # 10 Seconds
      self.sanity = 0