We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Say "Hello, World!" With Python
Say "Hello, World!" With Python
Sort by
recency
|
659 Discussions
|
Please Login in order to post a comment
there is an issue here
That is not necessary: "if name == 'main': "
if name == 'main': print("Hello,World!")
i dont know how to make hello world stand out
print("Hello, World!")