mirror of
https://github.com/github/codeql.git
synced 2026-02-15 06:23:42 +01:00
3 lines
58 B
Python
3 lines
58 B
Python
def illegal_format():
|
|
"{} {1}".format("spam", "eggs")
|