Files

2 lines
94 B
Python

"%s" % dict(a=1)["a"]
"%s" % <warning descr="Too few arguments for format string">()</warning>