You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is traditional when learning a new programming language to have the computer greet you. Our first program will just output "Hello, world!" and nothing else.
Open up hello.py and edit it to contain
print("Hello, world!")
About
An example assignment to understand how to submit and see test results