回答編集履歴
1
追記
    
        answer	
    CHANGED
    
    | @@ -1,2 +1,6 @@ | |
| 1 1 | 
             
            型アノテーションです。
         | 
| 2 | 
            -
            [Pythonではじまる、型のある世界 - Qiita](https://qiita.com/icoxfog417/items/c17eb042f4735b7924a3)
         | 
| 2 | 
            +
            - [Pythonではじまる、型のある世界 - Qiita](https://qiita.com/icoxfog417/items/c17eb042f4735b7924a3)
         | 
| 3 | 
            +
            - [Pythonの関数アノテーションと型ヒント、typingモジュール | note.nkmk.me](https://note.nkmk.me/python-function-annotations-typing/)
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            Pythonは動的型付けを行いますが、
         | 
| 6 | 
            +
            コードを組む際には型が静的に(実行前に)定まっている方が都合が良いです。
         | 
