Explorar el Código

feat: Add Python custom snippets

master
Bingen Eguzkitza hace 3 años
padre
commit
36ef2a3b31
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      snippets/python-mode/print_float

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

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

Cargando…
Cancelar
Guardar