0
I wrote the function name wrong, but it is still working.
def ChampSkinsLink(some_input): #some process return link def Download(link): #some process Download (ChampSkins(input)) This should not work, because there is no function called ChampSkins, it's supposed to be ChampSkinsLink , but the weird thing is, it's working somehow . full code: https://code.sololearn.com/c6G311kwYelM/#py
1 Odpowiedź
0
it did not work for me