Compare commits

...

3 Commits
main ... main

Author SHA1 Message Date
unknown 0defda1d14 添加函数test_new_function 2022-08-24 10:58:45 +08:00
unknown 92d3ce3bd6 修改函数test_function8 2022-08-24 10:57:30 +08:00
unknown b99af9658f 修改函数test_function7 2022-08-24 09:57:21 +08:00
1 changed files with 5 additions and 2 deletions

View File

@ -34,5 +34,8 @@ class Util:
return True
return False
def test_function6(self):
print("test_function6")
def test_function8(self):
print("test_function8")
def test_new_function(self):
print("test_new_function")