Edit by browser

This commit is contained in:
张冠群 2020-10-23 10:49:48 +08:00
parent 5ffb7023d7
commit 19c2403dbe
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ for line in file.readlines():
a.sort()
b.sort()
if a==b:
print(a)
print("答案正确")
else: