Commit 77143a41 by BellCodeEditor

save project

parent 5bbdaf82
Showing with 13 additions and 5 deletions
class note:
def tap(jianxin):
jianxin="点击"
def
\ No newline at end of file
class note():
def __init__(self):
self.tap="点击"
self.hold="长按"
self.drag="接住"
self.flick="滑动"
rrhar_il=note()
igalla=note()
spasmodic=note()
print(rrhar_il.flick)
print(spasmodic.tap)
print(igalla.drag)
\ 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