@ -47,3 +47,5 @@ print(product, x, y, z)
Типизация в Python
print(type(product))
print(isinstance(product, int))
[Назад на главную](readme.md)