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")