Commit 5759f772 by BellCodeEditor

save project

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