Обновить less1.md

This commit is contained in:
parent df5bd98f84
commit 8b35ffd9ea
1 changed files with 3 additions and 1 deletions

View File

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