RE: LeoThread 2025-06-15 07:07

avatar

You are viewing a single comment's thread:

Python Script to Print "Hello World"

# Simple Python script to print "Hello World" to the screen

def main():
    print("Hello World")

if __name__ == "__main__":
    main()

To run this script:

  1. Save it to a file with a .py extension (e.g., hello_world.py)
  2. Execute it from a terminal or command prompt with python hello_world.py

The script will output: Hello World



0
0
0.000
3 comments
avatar

I guess this means Rafiki is down again?! 👀 I could’ve written this myself, i just wanted to see if Rafiki is able to code at all!

0
0
0.000
avatar

well that's a shame. Hopefully they will get it back up and running soon. I saw your thread without a response and couldn't help myself

0
0
0.000