Weijun-H / learnpython

learnpython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memory = 0
happiness = 0
sad = 0

def alive():
	while alive:
		memory += 1
		happiness += 1
		sad += 1

	if memory == 0 and happiness == 0 and sad == 0:
		return null

About

learnpython

License:Other


Languages

Language:Python 96.8%Language:Shell 3.2%