Commit f7583e0f by BellCodeEditor

save project

parent 2fd57977
Showing with 13 additions and 0 deletions
class wang:
def __init__(self):
self.pugong=5
self.e=10
self.t=66
xiao = wang()
print(xiao.e)
print(xiao.t)
print(xiao.pugong)
\ 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