Skip to content

Instantly share code, notes, and snippets.

@milandeepak
Created May 18, 2021 06:30
Show Gist options
  • Save milandeepak/33ee62b38db03feb541fa3f13a34cba4 to your computer and use it in GitHub Desktop.
Save milandeepak/33ee62b38db03feb541fa3f13a34cba4 to your computer and use it in GitHub Desktop.
Created on Skills Network Labs
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"id": "1b682bc5-410a-45c3-92bd-f4936dca15ba",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello ,World!\n"
]
}
],
"source": [
"print(\"Hello ,World!\")# print traditional hello world"
]
},
{
"cell_type": "code",
"execution_count": 1,
"id": "f704804e-9df7-4f78-ba03-60f49dbb48e8",
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"int"
]
},
"execution_count": 1,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"type(2)"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "c3ceee63-f913-4b66-b7fc-03e8b91aee10",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python",
"language": "python",
"name": "conda-env-python-py"
},
"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.6.13"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment