0
problem in pythagores triplet code using functions
This is giving false output while input is correct Like input is 3, 5 & 4 https://code.sololearn.com/cNHyCsy323ND/?ref=app
1 Réponse
+ 4
The local variable y in the check() function is not being used. So, you are being given a warning (not an error). You can comment out lines 7, 12, 15, and 19 as they currently have no impact on the programs function.