DEV Community

Raghav Rathi
Raghav Rathi

Posted on • Edited on

2

Hello World ( Noob to Pro )

👨‍💻: Code

# noob ( beginner )
print("Hello world!")

# pro ( advance )
import __hello__
Enter fullscreen mode Exit fullscreen mode
  • What Do you think ???
  • its like Easter Egg in python

  • Printing "' Hello world! '" Using module

  • or you can do it like this also

  • from __hello__ import *

🏃‍♂️: Run

😁: LOL

Image description

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay