回答編集履歴
1
Fix typo in sample code
answer
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
import psutil
|
5
5
|
|
6
6
|
for proc in psutil.process_iter():
|
7
|
-
print('-' *
|
7
|
+
print('-' * 30)
|
8
8
|
print(f'プロセス ID: {proc.pid}')
|
9
9
|
|
10
10
|
try:
|