diff --git a/less1.md b/less1.md index 8f4ebe6..69cda8d 100644 --- a/less1.md +++ b/less1.md @@ -46,4 +46,6 @@ print(product, x, y, z) Типизация в Python print(type(product)) -print(isinstance(product, int)) \ No newline at end of file +print(isinstance(product, int)) + +[Назад на главную](readme.md) \ No newline at end of file