You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

01.ipynb 1.1 kB

2 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "code",
  5. "execution_count": 7,
  6. "metadata": {},
  7. "outputs": [
  8. {
  9. "name": "stdout",
  10. "output_type": "stream",
  11. "text": [
  12. "hello worlabc\n"
  13. ]
  14. }
  15. ],
  16. "source": [
  17. "print(\"hello43434334worlaac\")"
  18. ]
  19. },
  20. {
  21. "cell_type": "code",
  22. "execution_count": 1,
  23. "metadata": {},
  24. "outputs": [
  25. {
  26. "name": "stdout",
  27. "output_type": "stream",
  28. "text": [
  29. "hello world\n"
  30. ]
  31. }
  32. ],
  33. "source": [
  34. "print(\"hello worldabc\")"
  35. ]
  36. },
  37. {
  38. "cell_type": "code",
  39. "execution_count": null,
  40. "metadata": {},
  41. "outputs": [],
  42. "source": [
  43. "a = input()\n",
  44. "print(a + \" ww\")"
  45. ]
  46. }
  47. ],
  48. "metadata": {
  49. "kernelspec": {
  50. "display_name": "Python 3",
  51. "language": "python",
  52. "name": "python3"
  53. },
  54. "language_info": {
  55. "codemirror_mode": {
  56. "name": "ipython",
  57. "version": 3
  58. },
  59. "file_extension": ".py",
  60. "mimetype": "text/x-python",
  61. "name": "python",
  62. "nbconvert_exporter": "python",
  63. "pygments_lexer": "ipython3",
  64. "version": "3.6.2"
  65. }
  66. },
  67. "nbformat": 4,
  68. "nbformat_minor": 2
  69. }

项目描述测试

Contributors (2)