回答編集履歴

1

Fix typo in sample code

2019/03/28 06:05

投稿

argparse
argparse

スコア1017

test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  for proc in psutil.process_iter():
12
12
 
13
- print('-' ** 30)
13
+ print('-' * 30)
14
14
 
15
15
  print(f'プロセス ID: {proc.pid}')
16
16