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
|
611 Discussions
|
Please Login in order to post a comment
print(hello world)
if 2 == 2: print('Hello, World!")
print ("hello, worl)
def main(): print("Hello World")
storing the data in variable a.
a = "Hello, World!"
print(a)