Skip to content

Commit

Permalink
added iit2022107.ipynb notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
apexcoder007 committed Dec 16, 2024
1 parent 7d70842 commit 7cb435d
Showing 1 changed file with 39 additions and 5 deletions.
44 changes: 39 additions & 5 deletions iit2022107.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,57 @@
]
},
{
"cell_type": "markdown",
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Name : Saurabh Dubey\n"
]
}
],
"source": [
"Name : Saurabh Dubey "
"print(\"Name : Saurabh Dubey\")"
]
},
{
"cell_type": "markdown",
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Enrolment Number : IIT2022107\n"
]
}
],
"source": [
"Enrolment Number : IIT2022107"
"print(\"Enrolment Number : IIT2022107\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.0"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 7cb435d

Please sign in to comment.