This website works better with JavaScript.
Home
Explore
Help
Sign In
bingen
/
emacs.d
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
feat: Add Python custom snippets
master
Bingen Eguzkitza
3 years ago
parent
4e733933fd
commit
36ef2a3b31
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
+5
-0
snippets/python-mode/print_float
+ 5
- 0
snippets/python-mode/print_float
View File
@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: print float
# key: pf
# --
print(f"$0: {$1:,.2f}")
Write
Preview
Loading…
Cancel
Save