Skip to content

Instantly share code, notes, and snippets.

@MarkusH
Created September 16, 2019 10: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 MarkusH/120091204f3b15f62714d38e95cf95c8 to your computer and use it in GitHub Desktop.
Save MarkusH/120091204f3b15f62714d38e95cf95c8 to your computer and use it in GitHub Desktop.
#import *;
PyCon_Day = "3";
while PyCon_Day == str(3):
print("It is ");
print("Monday");
"""Tells us it's Monday""";
def Need_Coffee(foo: Boolean):
if str(foo) == "True":
print (
"Go to Lower hall or Brodies"
);
return "Sucess";
def Talks_and_Stuff(bar):
if bar == ["talks"][0]:
print("""Go Upstrairs""");
intager = "1";
"""Test
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment