Real hellow world

This commit is contained in:
KeshavAnandCode
2026-03-18 17:08:08 -05:00
parent 9b65795602
commit 8c74fb780d

View File

@@ -2,12 +2,20 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "45c7d2a1",
"execution_count": 1,
"id": "7a37220a",
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello, World!\n"
]
}
],
"source": [
"print(\"Hello World\")"
"print(\"Hello, World!\")"
]
}
],
@@ -18,7 +26,15 @@
"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.15"
}
},