Commit 50f1ab68 authored by Kevin Modzelewski's avatar Kevin Modzelewski

note

parent 3bf8a26b
......@@ -62,7 +62,7 @@ print globals().get("not a real variable", 1)
print hex(12345)
print oct(234)
print hex(0)
print oct(0)
print oct(0) # This should not add an additional leading 0, ie should return "0" not "00"
try:
print hex([])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment