Inflearn Community Q&A
1.1알고리즘 이란 에서 교환정렬 파이썬으로 바꿀때
Resolved
Written on
·
299
0
File "C:\Scheduler_project\Algorithm\Algoritm_1.py", line 40, in <module>
exchange(len(S) - 1, S)
TypeError: exchange() takes 1 positional argument but 2 were given
이렇게 뜨는데요 흠 이게 도대체 왜 안되는걸까요
algorithm




