#!/usr/bin/python3 # -*- coding: utf-8 -*- from typing import List small_array: List[int] = [0, 1, 2] small_array[3] = 3