👨💻: Code
# noob ( beginner )
print("Hello world!")
# pro ( advance )
import __hello__
- 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
- Try Executing yourself
- https://www.sololearn.com/compiler-playground/cnua426gepaJ
Top comments (0)