We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 936ac51 + 37d5445 commit 06161e6Copy full SHA for 06161e6
snippets/python.snippets
@@ -1,12 +1,10 @@
1
snippet #!
2
- #!/usr/bin/env python
3
- # -*- coding: utf-8 -*-
+ #!/usr/bin/env python3
4
snippet #!2
5
#!/usr/bin/env python2
6
# -*- coding: utf-8 -*-
7
snippet #!3
8
#!/usr/bin/env python3
9
10
snippet imp
11
import ${0:module}
12
snippet uni
0 commit comments