Quiz Catalog

Catalog of quizzes

a = str(bin(4))
b = str(bytes(4))

print(a == b)
False
  • int/operation/bin
  • build-in/bytes
  • build-in/str