ソースを参照

feat: Add Python custom snippets

master
コミット
36ef2a3b31
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      snippets/python-mode/print_float

+ 5
- 0
snippets/python-mode/print_float ファイルの表示

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

読み込み中…
キャンセル
保存