You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
322 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 作者: zs
# 时间: 2023年08月31日23时:27
class A:
def __init__(self, a):
self.a = a
def fo1(self):
print("test")
print("修改一下")
print("分支dev1, 提交")
print("分支dev2, 内容提交")
print("袋鼠")
print("dt")
print("ct")