回答編集履歴

1

コードの修正

2019/06/27 18:29

投稿

kazuma-s
kazuma-s

スコア8224

test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  while p != None:
22
22
 
23
- print("{:>2d}".format(int(p.number)), p.name, p.profile)
23
+ print("{:>2d}".format(p.number), p.name, p.profile)
24
24
 
25
25
  p = p.next
26
26