Skip to content

Commit

Permalink
Merge pull request #16 from rndastech/patch-1
Browse files Browse the repository at this point in the history
Created iit2023060.ipynb
  • Loading branch information
saumyacoder1709 authored Dec 17, 2024
2 parents ebf4455 + 635aa14 commit 011df97
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions iit2023060.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**Jupyter Notebook**"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Name : Ritesh Narayan Das\n"
]
}
],
"source": [
"print(\"Name : Ritesh Narayan Das\")"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Enrolment Number : IIT2023060\n"
]
}
],
"source": [
"print(\"Enrolment Number : IIT2023060\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"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,
"nbformat_minor": 2
}

0 comments on commit 011df97

Please sign in to comment.