python
This is an old revision of the document!
Python Help and Hints
What to put at the top (I always forget!)
#!/usr/bin/env python3 # -*- coding: utf-8 -*-
python.1577567477.txt.gz · Last modified: 2019/12/28 21:11 by jrseti
This is an old revision of the document!
What to put at the top (I always forget!)
#!/usr/bin/env python3 # -*- coding: utf-8 -*-