Update documentation and code snippets

This commit is contained in:
2025-12-03 14:30:33 +03:00
parent 2a0ec209c3
commit 52139e5405
14 changed files with 484 additions and 200 deletions
+1 -2
View File
@@ -36,8 +36,7 @@
.. code-block:: python
:linenos:
# Внутри обработчика команды
user_name = input("Введите ваше имя: ")
user_name = input("Enter your name: ")
print(f"Привет, {user_name}!")
.. warning::