# class 구구단 :
# def print(self,n):
# for i in range(9):
# print('3x',i+1,'=',3*(i+1),sep='')
# m=구구단()
# m.print(3)
# class 사람 :
# pass
# human=사람()
# class 사람 :
# def __init__(self):
# print('응애응애')
# human=사람()
class 사람 :
def __init__(self,n):
print(n,"님이 태어났습니다")
human=사람("유종훈")
human=사람("조현호")
https://wikidocs.net/41107
12까지top of page

실제 작동 상태를 확인하려면 라이브 사이트로 이동하세요.
20250920
20250920
댓글 0개
좋아요
댓글(0)
더 이상 게시물에 대한 댓글 기능이 지원되지 않습니다. 자세한 사항은 사이트 소유자에게 문의하세요.
bottom of page


