@Helvetosaur wrote:
OK, this is one I know should be able to be solved easily, despite searching here and there I haven’t found out how…
result="{}".format(040) print resultresult is >>>32 ???
0400 makes 256, etc… So it is automagically interpreting it as octal? How do I get it to just give me the raw string equivalent?
Posts: 4
Participants: 3