summaryrefslogtreecommitdiff
path: root/doc/data/messages/f/format-combined-specification/bad.py
blob: 6a6a051f21088cf19b975ec3a3673fff29475bb3 (plain)
1
print('{} {1}'.format('hello', 'world'))  # [format-combined-specification]