This website requires JavaScript.
Explore
Help
Sign In
tudattr
/
dotfiles
Watch
1
Star
0
Fork
You've already forked dotfiles
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
0f1b615115
dotfiles
/
.emacs.d
/
snippets
/
python-mode
/
while
7 lines
103 B
Plaintext
Raw
Blame
History
# -*- mode: snippet -*-
# name: while
# key: wh
# group: control structure
# --
while ${1:True}:
$0
Reference in New Issue
View Git Blame
Copy Permalink