Commit 585d6c44 by BellCodeEditor

save project

parent 5010dbb1
Showing with 5 additions and 4 deletions
class h: class h:
def __init__(s): def __init__(self):
s.D=0 self.D=0
s.X=0 self.X=0
s.G=0 self.G=0
l=h() l=h()
print(l.D) print(l.D)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment