Код: Выделить всё
def f(a, b):
print("type a:", type(a))
print("type b:", type(b))
Есть ли что-нибудь, что может помочь автоматизировать этот процесс?
Подробнее здесь: https://stackoverflow.com/questions/504 ... nnotations
Код: Выделить всё
def f(a, b):
print("type a:", type(a))
print("type b:", type(b))