Skip to content

Commit c97610a

Browse files
committed
Created using Colab
1 parent 9bc49b2 commit c97610a

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

DifferentFor.ipynb

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"nbformat": 4,
3+
"nbformat_minor": 0,
4+
"metadata": {
5+
"colab": {
6+
"private_outputs": true,
7+
"provenance": [],
8+
"authorship_tag": "ABX9TyMgHadPylz62nWndUXn4/av",
9+
"include_colab_link": true
10+
},
11+
"kernelspec": {
12+
"name": "python3",
13+
"display_name": "Python 3"
14+
},
15+
"language_info": {
16+
"name": "python"
17+
}
18+
},
19+
"cells": [
20+
{
21+
"cell_type": "markdown",
22+
"metadata": {
23+
"id": "view-in-github",
24+
"colab_type": "text"
25+
},
26+
"source": [
27+
"<a href=\"https://colab.research.google.com/github/GEORMC/Nnumerical_Methods_Course/blob/main/DifferentFor.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
28+
]
29+
},
30+
{
31+
"cell_type": "code",
32+
"execution_count": null,
33+
"metadata": {
34+
"id": "C_m9t68Iscnv"
35+
},
36+
"outputs": [],
37+
"source": [
38+
"my_list = [1, 2, 3, 4, 5]\n",
39+
"for item in my_list:\n",
40+
" print(item)\n"
41+
]
42+
}
43+
]
44+
}

0 commit comments

Comments
 (0)