0
Pro lesson - multiple tests
I can't seem to get my code to run to give the different tests results it's requesting, I can only answer 1 at time so not completing
2 Respuestas
+ 1
You have to make such a program that will be accepted for all the values.
You can use this for taking input:
...=int(input())
Or you can change int to float here (for decimals).
And for taking multiple inputs refer here:
https://www.sololearn.com/discuss/2615781/?ref=app
https://www.sololearn.com/discuss/2324185/?ref=app
https://www.sololearn.com/discuss/2767879/?ref=app