How to Add Binary Numbers in Python

  Рет қаралды 2,623

Trinity software academy

Trinity software academy

Күн бұрын

Пікірлер: 1
@pallantibunny4205
@pallantibunny4205 Жыл бұрын
for i in range(length-1, -1, -1): sum = int(a[i]) + int(b[i]) + carry if sum >= 2: carry = 1 sum -= 2 else: carry = 0 result = str(sum) + result # If there's still a carry after iterating through all the digits, add it to the beginning of the result if carry == 1: result = "1" + result return result how is this ?
How to detect Color from Image using Python
12:19
Trinity software academy
Рет қаралды 2,7 М.
How to use ChatGPT in Python
14:46
Trinity software academy
Рет қаралды 544
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
The Dome Paradox: A Loophole in Newton's Laws
22:59
Up and Atom
Рет қаралды 247 М.
What is mathematical thinking actually like?
9:44
Benjamin Keep, PhD, JD
Рет қаралды 1,8 М.
C PROGRAMMING - ARRAY & POINTERS
17:37
RedInkDotCom
Рет қаралды 371
Sentiment Analysis Python App
20:16
Trinity software academy
Рет қаралды 400
Build Rock Paper Scissors Game in Python
20:13
Trinity software academy
Рет қаралды 407
Math Olympiad Problem | Geendle
12:46
Geendle
Рет қаралды 38
Simple Hotel Management Project in Python
18:23
Trinity software academy
Рет қаралды 17 М.