Subtracting Integers Without Arithmetic Operators

# Introduction In Python, we can easily subtract two integers using the '-' operator. However, what if we are not allowed to use this operator? In this challenge, we will explore how to find the difference of two integers without using the '+' or '-' sign.

|60 : 00

Click the virtual machine below to start practicing