comparison test.py @ 28:5b0bb4f8d8b0 default tip

test commit
author Neil Muller <drnlmuller@gmail.com>
date Tue, 02 Feb 2021 22:25:49 +0200
parents 5c38e4f82285
children
comparison
equal deleted inserted replaced
27:5c38e4f82285 28:5b0bb4f8d8b0
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)