Jenis Python Petunjuk Daftar Kelas
from typing import List
# x is a list of Examples
def foo(x: List[Example])
RyanGar46
from typing import List
# x is a list of Examples
def foo(x: List[Example])