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.1578604809.txt.gz · Last modified: 2020/01/09 21:20 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 -*-