You are viewing a single comment's thread. Return to all comments →
a = "Hello, World!"
print(a)
Seems like cookies are disabled on this browser, please enable them to open this website
Say "Hello, World!" With Python
You are viewing a single comment's thread. Return to all comments →
storing the data in variable a.
a = "Hello, World!"
print(a)