Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

64 строки
1.2 KiB

2 лет назад
  1. {
  2. "cells": [
  3. {
  4. "cell_type": "markdown",
  5. "metadata": {},
  6. "source": [
  7. "* **尝试运行以下单元格!**"
  8. ]
  9. },
  10. {
  11. "cell_type": "code",
  12. "execution_count": null,
  13. "metadata": {},
  14. "outputs": [],
  15. "source": [
  16. "print(\" 华氏 摄氏\")\n",
  17. "for f in range(100, 106):\n",
  18. " c = 5 * (f - 32) / 9\n",
  19. " print(\"{:^8}{:^10.2f}\".format(f, c))"
  20. ]
  21. },
  22. {
  23. "cell_type": "markdown",
  24. "metadata": {},
  25. "source": [
  26. "# "
  27. ]
  28. }
  29. ],
  30. "metadata": {
  31. "kernelspec": {
  32. "display_name": "Python 3",
  33. "language": "python",
  34. "name": "python3"
  35. },
  36. "language_info": {
  37. "codemirror_mode": {
  38. "name": "ipython",
  39. "version": 3
  40. },
  41. "file_extension": ".py",
  42. "mimetype": "text/x-python",
  43. "name": "python",
  44. "nbconvert_exporter": "python",
  45. "pygments_lexer": "ipython3",
  46. "version": "3.7.3"
  47. },
  48. "toc": {
  49. "base_numbering": 1,
  50. "nav_menu": {},
  51. "number_sections": true,
  52. "sideBar": true,
  53. "skip_h1_title": false,
  54. "title_cell": "Table of Contents",
  55. "title_sidebar": "Contents",
  56. "toc_cell": false,
  57. "toc_position": {},
  58. "toc_section_display": true,
  59. "toc_window_display": false
  60. }
  61. },
  62. "nbformat": 4,
  63. "nbformat_minor": 2
  64. }