I wrote the function name wrong, but it is still working. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

29th Apr 2018, 10:12 AM
Omer Sahban
Omer Sahban - avatar
1 Answer
0
it did not work for me
29th Apr 2018, 10:22 AM
Ulisses Cruz
Ulisses Cruz - avatar