Skip to content

Commit

Permalink
Added a trial .ipynb file for submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Dambal committed Nov 1, 2023
1 parent 4879e4b commit ffc5fed
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions Submissions/Sameer/Jupyter_Notebook_completed.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hi\n"
]
}
],
"source": [
"print(\"Hi\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"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.10.6"
},
"orig_nbformat": 4
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit ffc5fed

Please sign in to comment.