検索条件
全1件
(1/1ページ)
| 項目 | Markdown | HTML | Word |
| --- | --- | --- | --- |
| バージョン管理 | ◎ テキストなので diff が明確 | △ タグが冗長 | × バイナリ |
| 表示速度 | ◎ 軽量 | ○ ブラウザ依存 | △ アプリ起動必要 |
| 共同編集 | ◎ Git で管理 | ○ 可能 | △ 競合しやすい |
def hello():
print("Hello, Markdown!")
C:\Users\usr_name> py -0<--インストールされているpythonのバージョンを調べる -V:3.12 * Python 3.12 (64-bit) -V:3.10 Python 3.10 (64-bit)<--すでにpythonのバージョン3.10がインストールされている -V:3.9 Python 3.9 (64-bit) -V:3.8 Python 3.8 (64-bit) -V:3.7 Python 3.7 (64-bit)
- def old_function(): - return None + def new_function(): + return "improved"
gantt
title プロジェクトスケジュール
dateFormat YYYY-MM-DD
section 設計
要件定義 :a1, 2026-04-01, 7d
基本設計 :a2, after a1, 5d
section 開発
バックエンド :b1, after a2, 14d
フロントエンド :b2, after a2, 14d
section テスト
結合テスト :c1, after b1, 7d