Skip to content

Commit e32b33d

Browse files
committed
function
1 parent d527380 commit e32b33d

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

FUNCTION_____.ipynb

+41-1
Original file line numberDiff line numberDiff line change
@@ -751,9 +751,49 @@
751751
},
752752
{
753753
"cell_type": "code",
754-
"execution_count": null,
754+
"execution_count": 15,
755755
"id": "54eeb880",
756756
"metadata": {},
757+
"outputs": [
758+
{
759+
"name": "stdout",
760+
"output_type": "stream",
761+
"text": [
762+
"Enter something here: dfdf\n",
763+
"dfdf\n"
764+
]
765+
}
766+
],
767+
"source": [
768+
"d=str(input(\"Enter something here: \"))\n",
769+
"print(d)\n",
770+
"# type(d)"
771+
]
772+
},
773+
{
774+
"cell_type": "code",
775+
"execution_count": 3,
776+
"id": "9272d87f",
777+
"metadata": {},
778+
"outputs": [
779+
{
780+
"data": {
781+
"text/plain": [
782+
"str"
783+
]
784+
},
785+
"execution_count": 3,
786+
"metadata": {},
787+
"output_type": "execute_result"
788+
}
789+
],
790+
"source": []
791+
},
792+
{
793+
"cell_type": "code",
794+
"execution_count": null,
795+
"id": "78f7d95a",
796+
"metadata": {},
757797
"outputs": [],
758798
"source": []
759799
}

0 commit comments

Comments
 (0)