Concatenate byte strings in Python 3 · >>> a = "\x61" >>> b = "\x62" >>> "%s%s" % (a, b) 'ab'. It is payback time and repr("%s" % b"a") semi- ...
確定! 回上一頁