python
Python Help and Hints
What to put at the top (I always forget!)
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import sys
import os
print("HERE")
python.txt · Last modified: 2020/07/16 16:22 by jrseti
What to put at the top (I always forget!)
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import sys
import os
print("HERE")