Study
2017년 3월 13일 월요일
[python] class member add
class tempclass():
def __init__(self):
self.member1 = 0
if __name__ == '__main__':
te = tempclass()
te.aa = 0
te.yy = 'tt'
print te.yy
print te.aa
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기