我看到我做不到:
"%b %b" % (True, False)
在Python中.我猜%b对了b(oolean).有这样的事吗?
%b
python boolean string-formatting
boolean ×1
python ×1
string-formatting ×1