Start
Prev
Next
1. Setup
About the code
The basic organization is as follows
import block
define some functions
and a
if __name__ == '__main__':
block at the end
this
if
block is where our tests go
import any modules you need specifically for testing
E.g. import getpass