0
How to get the output as 40 50 60???
7 Respuestas
+ 3
Just assign the desired values to corresponding indices in the function.
https://code.sololearn.com/c1zXeY70egjV/?ref=app
+ 3
print (m-10,end=" ") ??
+ 3
If you can't change the code, then try this solution:
https://code.sololearn.com/c5U8njNWpnSP/#py
+ 1
Or just write m - 10 in output
https://code.sololearn.com/cXcCQRgp47yY/#py
+ 1
I can't change the code... Only can write in the comment line of my code...
+ 1
Thank you so much... got the output...✌️
0
Sorry... But i am not supposed to change the written code... Only have permission to write in the space not to modify....