Skip to content

Hh #6401

@Arpitttt2310

Description

@Arpitttt2310

def Add(x, y):
while (y != 0):
carry = x & y
x = x ^ y
y = carry << 1
return x
print(Add(27,5))

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions