Skip to content Skip to sidebar Skip to footer
Showing posts with the label Computer Science

Implementing Extended Euclid Algorithm

Why is the following implementation of the Extended Euclid Algorithm failing? def extended_euclid(a… Read more Implementing Extended Euclid Algorithm

Error Code: Unboundlocalerror: Local Variable Referenced Before Assignment

It seems that many get this error but each situation is different. Ive search somewhat long, but i … Read more Error Code: Unboundlocalerror: Local Variable Referenced Before Assignment

Dividing And Multiplying Decimal Objects In Python

In the following code, both coeff1 and coeff2 are Decimal objects. When i check their type using ty… Read more Dividing And Multiplying Decimal Objects In Python