logo CodeStepByStep logo

print_program

Language/Type: Python basics print

Write a complete Python program whose output is the text that would be the source code of a Python program that prints "Hello, world!" as its output:

def main():
    # This is my program.
    print("Hello, world!")

main()

Your program must produce exactly the output shown in order to pass.

Complete program: Write an entire program that you could put into a file and run outside of CodeStepByStep.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.