+ 1
Lesson 14.2 Python for beginners (has a solution?)
Is this lesson solvable? Seems like there are three test cases embedded on this question and when one output is correct there is another test case to solve that requires a different code. Im solving test case 1 as per below: x = “Hello” Print ( x * 10)
5 ответов
0
You didn't get it right.
You must write code that will execute all test cases.
0
Thank you! I was able to solve it
0
Happy for you!
Agree, it was not difficult.
Happy coding!
0
hello Guys struggling with the "oi" part of the exercise
0
Hi Ruben, you need to write the code in a way that works for any input not just the ones requested as outputs in the solution tab. Hope this works