Skip to content

Commit 1eb0d80

Browse files
committed
Tuple Added
1 parent b0ef059 commit 1eb0d80

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Tuples.ipynb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,15 @@
101101
"print(thistuple[-3])"
102102
]
103103
},
104+
{
105+
"cell_type": "code",
106+
"execution_count": 9,
107+
"metadata": {},
108+
"outputs": [],
109+
"source": [
110+
"thistuple = (\"apple\", \"banana\", \"cherry\")"
111+
]
112+
},
104113
{
105114
"cell_type": "code",
106115
"execution_count": null,

0 commit comments

Comments
 (0)