We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4f1ff commit 91593cfCopy full SHA for 91593cf
function__practice.ipynb
@@ -862,10 +862,41 @@
862
},
863
{
864
"cell_type": "code",
865
- "execution_count": null,
+ "execution_count": 1,
866
"id": "11e542a1",
867
"metadata": {},
868
"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
886
887
+ "output_type": "execute_result"
888
+ }
889
+ ],
890
891
+ "k(5,7)"
892
893
894
895
896
+ "execution_count": null,
897
+ "id": "1d66000e",
898
899
+ "outputs": [],
900
"source": []
901
}
902
],
0 commit comments