Home
Explore
Community
Sign in
def
fun
(
)
:
print
(
"Welcome to Python!!!"
)
fun
(
)
Welcome to Python!!!
print
(
"i am ghoraav"
)
i am ghoraav