Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions .github/log.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "c6a6db37",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'Лог для начала обучения в школе.'"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"\"\"\"Лог для начала обучения в школе.\"\"\""
]
},
{
"cell_type": "markdown",
"id": "fd6bdc23",
"metadata": {},
"source": [
"### 2026-03-27: создание файла log, при начале обучения в школе\n",
"1. сделал fork в свой репозиторий\n",
"2. склонировал его на локальный ноут\n",
"3. выбрал parent project\n",
"4. перешел в VS Code\n",
"5. открыл термминал\n",
"6. выполнил требуемые команды\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "base",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.9"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
10 changes: 10 additions & 0 deletions .github/log.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
"""Лог для начала обучения в школе."""

# ### 2026-03-27: создание файла log, при начале обучения в школе
# 1. сделал fork в свой репозиторий
# 2. склонировал его на локальный ноут
# 3. выбрал parent project
# 4. перешел в VS Code
# 5. открыл термминал
# 6. выполнил требуемые команды
#
243 changes: 243 additions & 0 deletions quiz.ipynb

Large diffs are not rendered by default.

Loading
Loading