Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "code",
  5. "execution_count": 1,
  6. "metadata": {},
  7. "outputs": [
  8. {
  9. "data": {
  10. "text/plain": [
  11. "2"
  12. ]
  13. },
  14. "execution_count": 1,
  15. "metadata": {},
  16. "output_type": "execute_result"
  17. }
  18. ],
  19. "source": [
  20. "1+1"
  21. ]
  22. },
  23. {
  24. "cell_type": "code",
  25. "execution_count": 4,
  26. "metadata": {},
  27. "outputs": [],
  28. "source": [
  29. "x = 1"
  30. ]
  31. },
  32. {
  33. "cell_type": "code",
  34. "execution_count": 5,
  35. "metadata": {},
  36. "outputs": [
  37. {
  38. "data": {
  39. "text/plain": [
  40. "1"
  41. ]
  42. },
  43. "execution_count": 5,
  44. "metadata": {},
  45. "output_type": "execute_result"
  46. }
  47. ],
  48. "source": [
  49. "x"
  50. ]
  51. },
  52. {
  53. "cell_type": "markdown",
  54. "metadata": {},
  55. "source": [
  56. "1+1"
  57. ]
  58. },
  59. {
  60. "cell_type": "markdown",
  61. "metadata": {},
  62. "source": [
  63. "My Name is Greasy"
  64. ]
  65. },
  66. {
  67. "cell_type": "code",
  68. "execution_count": null,
  69. "metadata": {},
  70. "outputs": [],
  71. "source": []
  72. }
  73. ],
  74. "metadata": {
  75. "kernelspec": {
  76. "display_name": "Python 3",
  77. "language": "python",
  78. "name": "python3"
  79. },
  80. "language_info": {
  81. "codemirror_mode": {
  82. "name": "ipython",
  83. "version": 3
  84. },
  85. "file_extension": ".py",
  86. "mimetype": "text/x-python",
  87. "name": "python",
  88. "nbconvert_exporter": "python",
  89. "pygments_lexer": "ipython3",
  90. "version": "3.6.8"
  91. }
  92. },
  93. "nbformat": 4,
  94. "nbformat_minor": 2
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement