Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. {
  2. "nbformat_minor": 1,
  3. "cells": [
  4. {
  5. "execution_count": 1,
  6. "cell_type": "code",
  7. "metadata": {},
  8. "outputs": [
  9. {
  10. "ename": "NameError",
  11. "evalue": "name 'python' is not defined",
  12. "traceback": [
  13. "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
  14. "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
  15. "\u001b[0;32m<ipython-input-1-158b33b7b537>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mprint\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mpython\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m__version\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
  16. "\u001b[0;31mNameError\u001b[0m: name 'python' is not defined"
  17. ],
  18. "output_type": "error"
  19. }
  20. ],
  21. "source": "print(python.__version)"
  22. },
  23. {
  24. "execution_count": 2,
  25. "cell_type": "code",
  26. "metadata": {},
  27. "outputs": [
  28. {
  29. "ename": "NameError",
  30. "evalue": "name '__version' is not defined",
  31. "traceback": [
  32. "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
  33. "\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
  34. "\u001b[0;32m<ipython-input-2-8a36fb750cfd>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0m__version\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
  35. "\u001b[0;31mNameError\u001b[0m: name '__version' is not defined"
  36. ],
  37. "output_type": "error"
  38. }
  39. ],
  40. "source": "__version\n"
  41. },
  42. {
  43. "execution_count": null,
  44. "cell_type": "code",
  45. "metadata": {},
  46. "outputs": [],
  47. "source": ""
  48. }
  49. ],
  50. "metadata": {
  51. "kernelspec": {
  52. "display_name": "Python 3.6",
  53. "name": "python3",
  54. "language": "python"
  55. },
  56. "language_info": {
  57. "mimetype": "text/x-python",
  58. "nbconvert_exporter": "python",
  59. "version": "3.6.8",
  60. "name": "python",
  61. "file_extension": ".py",
  62. "pygments_lexer": "ipython3",
  63. "codemirror_mode": {
  64. "version": 3,
  65. "name": "ipython"
  66. }
  67. }
  68. },
  69. "nbformat": 4
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement