Skip to content

Commit fa8b254

Browse files
committed
update
1 parent 1318308 commit fa8b254

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

something.ipynb

+11-4
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,16 @@
5757
},
5858
{
5959
"cell_type": "code",
60-
"execution_count": 9,
60+
"execution_count": 6,
6161
"id": "7349bbf6",
6262
"metadata": {},
6363
"outputs": [],
6464
"source": [
65-
"question_bank={question,option,currect_ans,point}\n",
65+
"question_bank={'question','option','currect_ans','point'}\n",
6666
"for i in question_bank:\n",
67-
" input()"
67+
" i=input(f'Enter your {i}: ')\n",
68+
" question_bank.setdefault(i)\n",
69+
" print(question_bank)"
6870
]
6971
},
7072
{
@@ -78,7 +80,7 @@
7880
],
7981
"metadata": {
8082
"kernelspec": {
81-
"display_name": "Python 3 (ipykernel)",
83+
"display_name": "Python 3.9.12 ('base')",
8284
"language": "python",
8385
"name": "python3"
8486
},
@@ -93,6 +95,11 @@
9395
"nbconvert_exporter": "python",
9496
"pygments_lexer": "ipython3",
9597
"version": "3.9.12"
98+
},
99+
"vscode": {
100+
"interpreter": {
101+
"hash": "5ae58900cfbb8c43ab3495913814b7cf26024f51651a94ce8bf64d6111688e8d"
102+
}
96103
}
97104
},
98105
"nbformat": 4,

0 commit comments

Comments
 (0)