回答編集履歴
1
Fix typo in sample code
test
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
for proc in psutil.process_iter():
|
12
12
|
|
13
|
-
print('-' *
|
13
|
+
print('-' * 30)
|
14
14
|
|
15
15
|
print(f'プロセス ID: {proc.pid}')
|
16
16
|
|