공지 공지글갯수 1 I'm happy # Python def Happy () : global happiness happiness += 1 print("I'm Happy ", end="") return happiness happiness = 0 while(True) : Happy() print(happiness, "%") 공감수 0 댓글수 0 2019. 8. 19.