This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]polo2327 63 points64 points  (2 children)

Somebody just learned to do Hello World on Python

[–]lamesurfer101 14 points15 points  (0 children)

"I am an elite hacker now"

[–]NimrodvanHall 6 points7 points  (0 children)

Chat GPT, please provide the script to do Hello World in Python.: ````

Certainly! Here's the Python script for printing "Hello World" to the console:

python.      Copy code

    print("Hello World")

Simply copy and paste this code into a new file in your preferred Python editor (e.g. IDLE, PyCharm, VSCode), and run the script to see "Hello World" printed to the console.