Ver código fonte

feat: Add Python custom snippets

master
Bingen Eguzkitza 3 anos atrás
pai
commit
36ef2a3b31
1 arquivos alterados com 5 adições e 0 exclusões
  1. +5
    -0
      snippets/python-mode/print_float

+ 5
- 0
snippets/python-mode/print_float Ver arquivo

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

Carregando…
Cancelar
Salvar