Say "Hello, World!" With Python

Sort by

recency

|

616 Discussions

|

  • + 0 comments

    print("It's my brave first step as a film student. I will be a great programmer!")

  • + 0 comments

    For Python3 platform

    print("Hello, World!")
    
  • + 1 comment

    This was my first problem at hackerrank. I will dive deeper ahead now.

  • + 0 comments
    if __name__ == '__main__':
        print("Hello, World!")
    
  • + 0 comments

    2==2: