This commit is contained in:
rca 2024-08-12 17:37:06 +09:00
parent 3f48a8fd54
commit f15f3baece

View File

@ -49,6 +49,7 @@ Python code block:
def greet(name):
print(f"Hello, {name}!")
greet("Markdown")
```
---