Edit by browser
This commit is contained in:
parent
5ffb7023d7
commit
19c2403dbe
|
@ -8,7 +8,7 @@ for line in file.readlines():
|
||||||
a.sort()
|
a.sort()
|
||||||
b.sort()
|
b.sort()
|
||||||
if a==b:
|
if a==b:
|
||||||
|
print(a)
|
||||||
print("答案正确")
|
print("答案正确")
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue