MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of the following code? hex(255), int('FF', 16), 0xFF |
| A. | [0xFF, 255, 16, 255] |
| B. | (‘0xff’, 155, 16, 255) |
| C. | Error |
| D. | (‘0xff’, 255, 255) |
| Answer» E. | |