For binary it puts 0b in front (try with bin(10) ). You can also do this for numbers in a list: >>> numbers = [ ...
確定! 回上一頁