Advertisement
Guest User

week1

a guest
Jan 22nd, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "code",
  5. "execution_count": 1,
  6. "metadata": {},
  7. "outputs": [
  8. {
  9. "name": "stdout",
  10. "output_type": "stream",
  11. "text": [
  12. "hello python\n"
  13. ]
  14. }
  15. ],
  16. "source": [
  17. "print (\"hello python\")"
  18. ]
  19. }
  20. ],
  21. "metadata": {
  22. "kernelspec": {
  23. "display_name": "Python 3",
  24. "language": "python",
  25. "name": "python3"
  26. },
  27. "language_info": {
  28. "codemirror_mode": {
  29. "name": "ipython",
  30. "version": 3
  31. },
  32. "file_extension": ".py",
  33. "mimetype": "text/x-python",
  34. "name": "python",
  35. "nbconvert_exporter": "python",
  36. "pygments_lexer": "ipython3",
  37. "version": "3.7.4"
  38. }
  39. },
  40. "nbformat": 4,
  41. "nbformat_minor": 2
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement