Skip to content

Commit d7d60b8

Browse files
committed
function
1 parent 9e1b72a commit d7d60b8

3 files changed

Lines changed: 789 additions & 3 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"cells": [],
3+
"metadata": {},
4+
"nbformat": 4,
5+
"nbformat_minor": 5
6+
}

function _type.ipynb

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@
756756
},
757757
{
758758
"cell_type": "code",
759-
"execution_count": 81,
759+
"execution_count": 3,
760760
"id": "112babd5",
761761
"metadata": {},
762762
"outputs": [],
@@ -766,7 +766,7 @@
766766
},
767767
{
768768
"cell_type": "code",
769-
"execution_count": 87,
769+
"execution_count": 4,
770770
"id": "5564578e",
771771
"metadata": {},
772772
"outputs": [],
@@ -777,14 +777,35 @@
777777
},
778778
{
779779
"cell_type": "code",
780-
"execution_count": 91,
780+
"execution_count": 5,
781781
"id": "5508387a",
782782
"metadata": {},
783783
"outputs": [],
784784
"source": [
785785
"result=filter(add,k)"
786786
]
787787
},
788+
{
789+
"cell_type": "code",
790+
"execution_count": 7,
791+
"id": "fda8c3e3",
792+
"metadata": {},
793+
"outputs": [
794+
{
795+
"data": {
796+
"text/plain": [
797+
"<filter at 0x17b6f9191f0>"
798+
]
799+
},
800+
"execution_count": 7,
801+
"metadata": {},
802+
"output_type": "execute_result"
803+
}
804+
],
805+
"source": [
806+
"result"
807+
]
808+
},
788809
{
789810
"cell_type": "markdown",
790811
"id": "57a0e332",

0 commit comments

Comments
 (0)