Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "metadata": {
  5. "trusted": true
  6. },
  7. "cell_type": "code",
  8. "source": "10+2",
  9. "execution_count": 1,
  10. "outputs": [
  11. {
  12. "output_type": "execute_result",
  13. "execution_count": 1,
  14. "data": {
  15. "text/plain": "12"
  16. },
  17. "metadata": {}
  18. }
  19. ]
  20. },
  21. {
  22. "metadata": {
  23. "trusted": true
  24. },
  25. "cell_type": "code",
  26. "source": "",
  27. "execution_count": null,
  28. "outputs": []
  29. }
  30. ],
  31. "metadata": {
  32. "kernelspec": {
  33. "name": "python3",
  34. "display_name": "Python 3",
  35. "language": "python"
  36. },
  37. "language_info": {
  38. "name": "python",
  39. "version": "3.7.3",
  40. "mimetype": "text/x-python",
  41. "codemirror_mode": {
  42. "name": "ipython",
  43. "version": 3
  44. },
  45. "pygments_lexer": "ipython3",
  46. "nbconvert_exporter": "python",
  47. "file_extension": ".py"
  48. },
  49. "gist": {
  50. "id": "",
  51. "data": {
  52. "description": "Untitled72.ipynb",
  53. "public": true
  54. }
  55. }
  56. },
  57. "nbformat": 4,
  58. "nbformat_minor": 2
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement