Of git, get, and gud
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#!/usr/bin/env python3 """Hello.""" def hemlo(): """Hello!. Yeah, there's your fucking period, 's if an exclamation mark were not the end of a sentence!!1!eleven """ return 'hemlo world (づ^•ω•^)づ' if __name__ == '__main__': print(hemlo())