class Gugo():
def __init__(self):
self.name = "Guhyunseung";
self.username = "Gugo-le";
self.age = "18";
self.location = "Hwaseong-si, South Korea";
def __str__(self):
return self.name
if __name__ == '__main__':
me = Guhyunseung()
class Success():
def success(dedication, persistence, passion):
dedication += 1 # dedicate yourself
persistence += 1 # be persistent
passion = True # have passion
if passion == True:
magic = dedication + persistence
return magic
else:
magic = 0
return magic
🇰🇷
Beat yesterday
TITLE-CODE
-
Bansong high school
- Dongtan, Hwaseong-si, Gyeonggi-do
- https://official-bansongcommand.swygbro.com
Highlights
Pinned Loading
-
-
student-performance-predict
student-performance-predict PublicBig data was learned using tensorflow.
Jupyter Notebook 5
-
-
official-bansongcommand
official-bansongcommand PublicForked from commandc-v/official-bansongcommand
안녕하세요👋 반송고등학교 프로그래밍 동아리입니다.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.