Create a Python function called binaryAdd( ) that takes in two strings of binary expansions, aand b, and returns the sum of the binary expansions as a string. For example,
>> binaryAdd("10101", "101011") >> '1000000'
Create a Python function called binaryAdd( ) that takes in two strings of binary expansions, aand b, and returns the sum of the binary expansions as a string. For example,
>> binaryAdd("10101", "101011") >> '1000000'
Only logged in customers who have purchased this product may leave a review.
Reviews
There are no reviews yet.