May be this a simple question but it blocking all my code
i am trying to find the min using min function
value = min(10,117)
print(value)
but the code return the error
TypeError: min() takes 1 positional argument but 2 were given
i am using python
3.9.19 (main, May 6 2024, 19:58:51)
[GCC 11.2.0]
5