Post Reply 
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)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Problem with Code for GCD of Two Numbers - Albert Chan - 04-01-2023 05:57 PM



User(s) browsing this thread: 4 Guest(s)