DEV Community

Raghav Rathi
Raghav Rathi

Posted on • Updated on

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)