+ 2
why does this code result in an error?
https://code.sololearn.com/c62SM969qLxd/?ref=app Need help guys Thanks
3 odpowiedzi
+ 2
You have first time called d. For this reason cannot be written
d = a + ... d
d = a + b + c
+ 2
Thank you so much!!!
0
Now it's fixed 😀
https://code.sololearn.com/cAmnV2Q0342Q/?ref=app