+ 1
How to join these three and print in one line?
To print ABC in one line https://code.sololearn.com/cn0J2GUm9Dra/?ref=app
1 Réponse
+ 2
If you want to print them in a single line your code can't be helped.
You can create a two dimensional list
and store values in it and print.
or
You have to make another code that can print first character for ABC in a single at the same time
I would tell you use lists as you can calculate where to store values.
Because the second one will be quite cumbersome