# 代码相关格式 Python 代码 ```python # python示例 print("hello world!") ``` C 代码 ```c #include int main() { printf("Hello World!\n"); } ```