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