Commit 5759f772 by BellCodeEditor

save project

parent b526ff09
Showing with 9 additions and 11 deletions
class a:
def __init__(self):
self.a=1
self.b=2
self.c=3
yase=a()
class A:
def __init__(self,a,b,c):
self.a=a
self.b=b
self.c=c
yase=A('(⇀‸↼‶)','6','女 ')
print(yase.a)
print(yase.b)
print(yase.c)
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