comparison test.py @ 26:5207a0a39f43

test commit
author Neil Muller <drnlmuller@gmail.com>
date Tue, 02 Feb 2021 22:10:04 +0200
parents 4645249b8f5e
children 5c38e4f82285
comparison
equal deleted inserted replaced
25:4645249b8f5e 26:5207a0a39f43
10 return None 10 return None
11 11
12 12
13 def help(): 13 def help():
14 print("You're on your own here") 14 print("You're on your own here")
15 print("Really")
15 16
16 17
17 if __name__ == "__main__": 18 if __name__ == "__main__":
18 main(sys.argv) 19 main(sys.argv)