Skip to content
Permalink
429b49ee1d
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
9 lines (5 sloc) 316 Bytes
# This is a comment. Any line beginning with a # is ignored by the interpreter
# Write a program that displays "Hello World".
# You onlyu need one line of code.
# Hint: print("Goodby ldrow") is a valid line of python that you can start with...
# Can you make it so this file is executable as "./hello_world.py"?