Skip to content

Instantly share code, notes, and snippets.

# Format Specification Mini-Language (Quick Reference)
import datetime
integer = 5
negative_integer = -5
decimal = 6.9
negative_decimal = -6.9
string = 'hi'
cost_float = 1299.99
cost_integer = 150000