bases.md

April 17, 2022 ยท View on GitHub

Bases

What is the result of each of the following statements:

  1. 0b10 + 0b10
  2. 0o10 ** 3
  3. 0x10 & 2

Solution

Click here to view the solution