<syntaxhighlight lang="python"> def hello_world():
print("Привет, мир!") # комментарий
</syntaxhighlight>