Unable to solve python test case? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

5th Sep 2021, 11:56 AM
Amer
Amer - avatar
2 Answers
+ 2
You should input your data dynamically with the statement: mydata = input() and then calculate with that (mydata).
5th Sep 2021, 12:19 PM
JaScript
JaScript - avatar