Unable to solve python test case? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponses
+ 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