+ 1
How to get the output side by side
I need to get Output:- Lion Lion But I am getting Output:- Lion Lion https://code.sololearn.com/ciWLXILcezdf/?ref=app
1 Odpowiedź
+ 4
Replace each print statement with this:
print("Animal Name" ,end=" ")
I need to get Output:- Lion Lion But I am getting Output:- Lion Lion https://code.sololearn.com/ciWLXILcezdf/?ref=app