trippt02

175
reputation
1
1
8

Love programming! Currently getting a degree in computer science at the University of North Carolina Wilmington.

alive = True

while alive:
   print("Live life to fullest and have fun!")
   knowledge = 0
   if knowledge == 0:
      print("Learn")
      knowledge += 1
   else: 
      print("share knowledge with others")