1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
{
"cells": [
{
"cell_type": "markdown",
"id": "b3f102cb-0f33-43ad-a808-e8f3c171b370",
"metadata": {},
"source": [
"# Python 3.8\n",
"\n",
"Released on October 14th, 2019."
]
},
{
"cell_type": "markdown",
"id": "52f3a2f9-1270-48fe-a5c3-881574ec0191",
"metadata": {},
"source": [
"# Python 3.9\n",
"\n",
" Released on October 5th, 2020."
]
},
{
"cell_type": "markdown",
"id": "bac26435-89c5-4b89-af37-340fd9a9556c",
"metadata": {},
"source": [
"# Python 3.10\n",
"\n",
" Released on October 4, 2021."
]
},
{
"cell_type": "markdown",
"id": "ec96310b-2b8d-45f3-9cac-6ec33861483b",
"metadata": {},
"source": [
"# Python 3.11\n",
"\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"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.10"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
|