+ 2
'Jungle Camping' task in Code Coach
Edit:Thank you for the help, Igor Kostrikin! I recently started the lessons for python and am still kinda new to programming. I made this code and although it may not be the best, it does give the right outcome. However, I am failing the three hidden parts of the test and I am unsure what to do now. Can somebody help me out? https://code.sololearn.com/ctpSpktp4d0p/?ref=app
1 Answer
+ 3
print(animals[i], end=" ")
or you can generate new string in for loop and make output by single print.