Skip to content

Instantly share code, notes, and snippets.

@dudung
Created September 26, 2024 01:20
Show Gist options
  • Select an option

  • Save dudung/065fd5da03510a9ca5950b159ef18776 to your computer and use it in GitHub Desktop.

Select an option

Save dudung/065fd5da03510a9ca5950b159ef18776 to your computer and use it in GitHub Desktop.
Hello world for FI2151
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"id": "e24d43e2-221f-428f-aadc-3ed18d17aa3e",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello, World!\n"
]
}
],
"source": [
"print(\"Hello, World!\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "718d7220-9707-4c0f-b321-41b06632e8e7",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"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.3"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment