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.1576103978.txt.gz · Last modified: 2019/12/11 22:39 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 -*-