fix: Python.md 카드 블록의 중복 property(extra·id) 제거 — uuid 보존, 구조 정상화

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01G8rNxLqi5rYjRamC8uwiJW
This commit is contained in:
songyc macbook 2026-08-06 22:18:37 +09:00
parent 60ca9749f7
commit 1a32a018cf

View File

@ -101,9 +101,7 @@ deck:: Logseq/coding tip
extra:: 결과를 출력하려면 리스트나, 튜플로 반환결과를 변환해야함. extra:: 결과를 출력하려면 리스트나, 튜플로 반환결과를 변환해야함.
id:: 6958f244-7f9b-4979-bbeb-8872a6cbd5da id:: 6958f244-7f9b-4979-bbeb-8872a6cbd5da
- **예시** - **예시**
- extra:: scores의 95는 짝이 맞지 않아서 버려짐 - ```python
id:: 6958f2f6-84ff-4dfc-a56b-6b4bc671ab8f
```python
names = ['Alice', 'Bob'] names = ['Alice', 'Bob']
scores = [85, 90, 95] scores = [85, 90, 95]