add lesson 2

This commit is contained in:
nik
2025-10-20 19:53:27 +00:00
parent b71c5d0a9e
commit 2435ddbfc7
2 changed files with 610 additions and 0 deletions

View File

@@ -164,6 +164,31 @@
"source": [
"# решение задания 2"
]
},
{
"cell_type": "markdown",
"id": "e723a4b9-9a71-4a32-bfa8-2b4456c8c4ae",
"metadata": {},
"source": [
"3. А можешь ли ты записать программу эквивалентную\n",
"\n",
"```python\n",
"print(\"i like pizza\")\n",
"print(\"it's really good\")\n",
"```\n",
"\n",
"но используя `print` только один раз?"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "aa4f0d76-adc0-4299-be92-55689aec8e17",
"metadata": {},
"outputs": [],
"source": [
"# решение задания 3"
]
}
],
"metadata": {