Jump to content

Code Smells

From Knowledge Base
Revision as of 09:00, 18 January 2025 by Chr1ss (talk | contribs) (Created page with "<syntaxhighlight lang="python"> def hello_world(): print("Hello, World!") </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<syntaxhighlight lang="python"> def hello_world():

   print("Hello, World!")

</syntaxhighlight>