This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
jack
/
cocorobolx
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Tree:
29175d9ac4
Branches
Tags
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t144.py
t144.py
119 B
Lịch sử
Raw
1
2
3
4
5
6
class
C
:
def
__init__
(self, data)
:
self.data = data
def
pr
(self)
:
print
self.data
C(
"OK"
).pr()