Skip to content

Commit 91593cf

Browse files
committed
update
1 parent 4a4f1ff commit 91593cf

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

function__practice.ipynb

+32-1
Original file line numberDiff line numberDiff line change
@@ -862,10 +862,41 @@
862862
},
863863
{
864864
"cell_type": "code",
865-
"execution_count": null,
865+
"execution_count": 1,
866866
"id": "11e542a1",
867867
"metadata": {},
868868
"outputs": [],
869+
"source": [
870+
"k=lambda x,y:x+y"
871+
]
872+
},
873+
{
874+
"cell_type": "code",
875+
"execution_count": 2,
876+
"id": "beb1c27a",
877+
"metadata": {},
878+
"outputs": [
879+
{
880+
"data": {
881+
"text/plain": [
882+
"12"
883+
]
884+
},
885+
"execution_count": 2,
886+
"metadata": {},
887+
"output_type": "execute_result"
888+
}
889+
],
890+
"source": [
891+
"k(5,7)"
892+
]
893+
},
894+
{
895+
"cell_type": "code",
896+
"execution_count": null,
897+
"id": "1d66000e",
898+
"metadata": {},
899+
"outputs": [],
869900
"source": []
870901
}
871902
],

0 commit comments

Comments
 (0)