Skip to content

Commit 44ce878

Browse files
committed
Input Config
1 parent d2fdb0d commit 44ce878

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

Input.ipynb

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"### Input"
8+
]
9+
},
10+
{
11+
"cell_type": "code",
12+
"execution_count": 3,
13+
"metadata": {},
14+
"outputs": [
15+
{
16+
"name": "stdin",
17+
"output_type": "stream",
18+
"text": [
19+
"Enter your value: Soumyadip Chowdhury\n"
20+
]
21+
},
22+
{
23+
"name": "stdout",
24+
"output_type": "stream",
25+
"text": [
26+
"Soumyadip Chowdhury\n"
27+
]
28+
}
29+
],
30+
"source": [
31+
"val = (input(\"Enter your value: \") )\n",
32+
"print(val) "
33+
]
34+
},
35+
{
36+
"cell_type": "code",
37+
"execution_count": null,
38+
"metadata": {},
39+
"outputs": [],
40+
"source": []
41+
}
42+
],
43+
"metadata": {
44+
"kernelspec": {
45+
"display_name": "Python 3",
46+
"language": "python",
47+
"name": "python3"
48+
},
49+
"language_info": {
50+
"codemirror_mode": {
51+
"name": "ipython",
52+
"version": 3
53+
},
54+
"file_extension": ".py",
55+
"mimetype": "text/x-python",
56+
"name": "python",
57+
"nbconvert_exporter": "python",
58+
"pygments_lexer": "ipython3",
59+
"version": "3.7.4"
60+
}
61+
},
62+
"nbformat": 4,
63+
"nbformat_minor": 4
64+
}

0 commit comments

Comments
 (0)