Problem with Code for GCD of Two Numbers
|
04-01-2023, 05:57 PM
Post: #4
|
|||
|
|||
RE: Problem with Code for GCD of Two Numbers
The bug is likely a typo ... like this:
>>> gcd((a,b)) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: gcd() takes exactly 2 arguments (1 given) |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Problem with Code for GCD of Two Numbers - Rimi - 03-31-2023, 12:36 PM
RE: Problem with Code for GCD of Two Numbers - FernandoMorea - 04-01-2023, 07:54 AM
RE: Problem with Code for GCD of Two Numbers - Guenter Schink - 04-01-2023, 06:14 PM
RE: Problem with Code for GCD of Two Numbers - Guenter Schink - 04-01-2023, 05:48 PM
RE: Problem with Code for GCD of Two Numbers - Albert Chan - 04-01-2023 05:57 PM
RE: Problem with Code for GCD of Two Numbers - Guenter Schink - 04-01-2023, 06:23 PM
RE: Problem with Code for GCD of Two Numbers - Albert Chan - 04-01-2023, 06:51 PM
RE: Problem with Code for GCD of Two Numbers - Guenter Schink - 04-01-2023, 07:12 PM
|
User(s) browsing this thread: 4 Guest(s)