+ 1
Why will test #1 and test #2 not save individually?
I can get both test solved separately but in doing so the other is considered incorrect. How do I get past this and continue with learning. Just stuck here.
3 Respostas
+ 2
Esmerelda Paul That is not the design, rather one code must solve all tests.
You can continue with lessons whether you solve the coding challenge or not.
+ 2
Figured it out!
x=str(input())
y=int(input())
print(str(x*y))
+ 1
Post your code here