Skip to content

Instantly share code, notes, and snippets.

@masasa27
Last active July 14, 2020 15:09
Show Gist options
  • Select an option

  • Save masasa27/934c41a149cb56b8faf19a2aa3290bd4 to your computer and use it in GitHub Desktop.

Select an option

Save masasa27/934c41a149cb56b8faf19a2aa3290bd4 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"!You are awesome for reading until now\n"
]
}
],
"source": [
"if 2 < 4 < 7:\n",
" print(\"!You are awesome for reading until now\")"
]
},
{
"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.7.6"
}
},
"nbformat": 4,
"nbformat_minor": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment