Skip to content

语法

markdown
```python
def hello():
    print("Hello, World!")
```

示例

code-block