Skip to content

Commit

Permalink
Merge pull request #8 from apexcoder007/Intro
Browse files Browse the repository at this point in the history
added iit2022107.ipynb
  • Loading branch information
saumyacoder1709 authored Dec 16, 2024
2 parents 51ab197 + 7cb435d commit ebf4455
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions iit2022107.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 : Saurabh Dubey\n"
]
}
],
"source": [
"print(\"Name : Saurabh Dubey\")"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Enrolment Number : IIT2022107\n"
]
}
],
"source": [
"print(\"Enrolment Number : IIT2022107\")"
]
}
],
"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 ebf4455

Please sign in to comment.