|
|
back to boardIf you have WA#2 with Python solution but, for some reason, you are sure that your solution is a piece of Art >>> print(round(0.0)) >>> 0.0 But "The output should contain the required distance in meters rounded to two fractional digits" So don't forget to use string formatting to provide 2 digits after comma Real test case: 5 90 2.50 0.00 |
|
|