Skip to content

Instantly share code, notes, and snippets.

@genya0407
Created October 12, 2018 08:03
Show Gist options
  • Save genya0407/105522755223cf203967a7bd7850390d to your computer and use it in GitHub Desktop.
Save genya0407/105522755223cf203967a7bd7850390d to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": 67,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"1001520400\n",
"0.9568256\n"
]
}
],
"source": [
"a=200\n",
"b=81\n",
"c=100\n",
"y = (((3*c + 9)*b + 9)*a + 2)\n",
"print(y*200)\n",
"\n",
"print(200*10**(-9)*256*256*73)"
]
}
],
"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.5.1"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment