Examveda What will be the output of the following Python expression? bin(29) A. '0b10111'B. '0b11101'C. '0b11111'D. '0b11011'Answer: Option B This Question Belongs to Python Program >> Bitwise And Boolean
Join The Discussion