回答編集履歴
1
インデントの修正
test
CHANGED
@@ -26,6 +26,6 @@
|
|
26
26
|
|
27
27
|
if not result[0] in pstvwithps:
|
28
28
|
|
29
|
-
print(result)
|
29
|
+
print(result)
|
30
30
|
|
31
31
|
```
|