27
loading...
This website collects cookies to deliver better user experience
C: \ Users \ Your Name> python –version
C:\Users\Your Name>python helloworld.py
print("Hello, World!")
Hello, World!
print(“Hello, World!”)`
if 5 > 2:
print("Five is greater than two!")
if 5 > 2:
print("Five is greater than two!")
#This is a comment.
print("Hello, World!")
"""This is a
multiline docstring."""
print("Hello, World!")