+ 1
Unable to solve python test case?
When solving one given practice input test case as a result you have 3 more test cases, all with different inputs, which you've apparently failed?
2 odpowiedzi
+ 2
You should input your data dynamically with the statement:
mydata = input()
and then calculate with that (mydata).