Przeglądaj źródła

feat: Add Python custom snippets

master
Bingen Eguzkitza 3 lat temu
rodzic
commit
36ef2a3b31
1 zmienionych plików z 5 dodań i 0 usunięć
  1. +5
    -0
      snippets/python-mode/print_float

+ 5
- 0
snippets/python-mode/print_float Wyświetl plik

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: print float
# key: pf
# --
print(f"$0: {$1:,.2f}")

Ładowanie…
Anuluj
Zapisz