Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 592 Bytes

corrigendum.md

File metadata and controls

9 lines (7 loc) · 592 Bytes

Python基礎ドリル 正誤表

訂正箇所と内容 訂正前 訂正後
p.84 問3-16 
下から3行目
不要な閉じ括弧を削除
if """④""" < """⑥"""): if """④""" < """⑥""":
p.121 問5-6 
最終行
閉じ括弧を追加
print(f"{last_word} repeated on lines {i} and {i + 1}" print(f"{last_word} repeated on lines {i} and {i + 1}")