Sort:  

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

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!

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

😁👍🏽