Skip to content

Instantly share code, notes, and snippets.

@Moos1e
Created March 10, 2020 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Moos1e/dbe52b1bf5701db463a835bd57ba0577 to your computer and use it in GitHub Desktop.
Save Moos1e/dbe52b1bf5701db463a835bd57ba0577 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
statement = "Hello World"
if statement == "Hello World":
print statement
else:
print"That statement is not correct"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment