Skip to content

Commit

Permalink
Merge pull request #65 from kartiksharma1227/Intro
Browse files Browse the repository at this point in the history
Jupyter-oduction task completed
  • Loading branch information
saumyacoder1709 authored Dec 19, 2024
2 parents f20aa97 + d81ead0 commit 8934344
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions IIT2023143.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: Kartik Sharma\n"
]
}
],
"source": [
"print(\"Name: Kartik Sharma\")"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Enrollment Number: IIT2023143\n"
]
}
],
"source": [
"print(\"Enrollment Number: IIT2023143\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "base",
"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.11.7"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit 8934344

Please sign in to comment.