Files
python-course-ipynb/src-intro/Untitled.ipynb
2020-02-24 11:32:37 +03:00

50 lines
982 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Заголовок 1 уровня\n",
"## Заголовок 2 уровня\n",
"### Заголовок 3 уровня"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"> Этот текст печатается со сдвигом\n",
"> по отношению к основному тексту."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"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.8.1"
}
},
"nbformat": 4,
"nbformat_minor": 4
}