r/programmingmemes 17d ago

writingHelloWorldWithoutAllTheGear

Post image
430 Upvotes

108 comments sorted by

View all comments

14

u/my_new_accoun1 17d ago

Python is wrong

```python

!/usr/bin/env python3

def main() -> None: """ Prints hello world. """

print("Hello world")

if name == "main": main() ```

-6

u/NichtFBI 17d ago

No, it isn't. You don't need to be doing all of that in a notebook which most of python is being ran.

9

u/my_new_accoun1 17d ago

Same with java 🤷‍♂️