python binary remove 0b

Solutions on MaxInterview for python binary remove 0b by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "python binary remove 0b"
Myrtle
26 Apr 2016
1a = bin(17)
2b = bin(17)[2:]
3
4#to format to 8-bits
5c = b.zfill(8)