Skip to content

Commit 206f04f

Browse files
committed
Lambda Function
1 parent 38f4d9d commit 206f04f

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

HelloWorld.ipynb

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,11 +698,31 @@
698698
},
699699
{
700700
"cell_type": "code",
701-
"execution_count": null,
701+
"execution_count": 73,
702702
"metadata": {},
703703
"outputs": [],
704704
"source": [
705-
"seq=[1,2,3,4,]"
705+
"seq=[1,2,3,4,5]"
706+
]
707+
},
708+
{
709+
"cell_type": "code",
710+
"execution_count": 74,
711+
"metadata": {},
712+
"outputs": [
713+
{
714+
"data": {
715+
"text/plain": [
716+
"[1, 8, 27, 64, 125]"
717+
]
718+
},
719+
"execution_count": 74,
720+
"metadata": {},
721+
"output_type": "execute_result"
722+
}
723+
],
724+
"source": [
725+
"list(map(times3,seq))"
706726
]
707727
}
708728
],

0 commit comments

Comments
 (0)