8000 GitHub - yygrise/learnpython: learnpython
[go: up one dir, main page]

Skip to content

yygrise/learnpython

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Shell 2.5%
0