0

Can anyone please tell me what's the problem in this code

https://code.sololearn.com/c6FHDNkyWcuy/?ref=app

19th May 2019, 2:51 PM
deepak gunwant
deepak gunwant - avatar
2 Answers
0
You overwrite your input parameter x,y when you assign the input, so your function do not need these parameters. Or you use Jan's version.
20th May 2019, 9:08 PM
Manuel Maier
Manuel Maier - avatar
0
Thanks Jan...Thanks Manuel...
26th May 2019, 12:57 PM
deepak gunwant
deepak gunwant - avatar