Lesson 14.2 Python for beginners (has a solution?) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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)

8th Jan 2022, 5:53 PM
Manu
5 Answers
0
You didn't get it right. You must write code that will execute all test cases.
8th Jan 2022, 6:01 PM
Solo
Solo - avatar
0
Thank you! I was able to solve it
8th Jan 2022, 6:25 PM
Manu
0
Happy for you! Agree, it was not difficult. Happy coding!
8th Jan 2022, 9:31 PM
Solo
Solo - avatar
0
hello Guys struggling with the "oi" part of the exercise
11th Jan 2022, 7:55 PM
Ruben Funy
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
12th Jan 2022, 3:47 AM
Manu