Update sum_with_bitwise.py

This commit is contained in:
bt3gl 2023-07-30 15:57:08 -07:00 committed by GitHub
parent 3fbab4d88f
commit 805e80144d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,8 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# author: bt3gl
def get_sum(self, a: int, b: int) -> int: def get_sum(self, a: int, b: int) -> int:
if a == -b: if a == -b: