أخبار

i want to get the binary of decimal ... from 255 i want to get 11111111, in the next code i get a prefix 0b11111111 and i want to take away the prefix, how yo make it right, i'm new in python.
Spread the loveIntroduction: Binary numbers are used in computer systems as the fundamental representation of data. At times, it becomes necessary to convert binary notations to decimal format, ...