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
|
629 Discussions
|
Please Login in order to post a comment
print("hello,world")
print("hello world")
my_String =("Hello World") print my_String
if name == 'main':
print("my first step")