MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programmingmemes/comments/1tdz99n/writinghelloworldwithoutallthegear/om03ild/?context=3
r/programmingmemes • u/HitxLerr • 17d ago
108 comments sorted by
View all comments
14
Python is wrong
```python
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 🤷♂️
-6
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 🤷♂️
9
Same with java 🤷♂️
14
u/my_new_accoun1 17d ago
Python is wrong
```python
!/usr/bin/env python3
def main() -> None: """ Prints hello world. """
if name == "main": main() ```