Computer Science, asked by Ritvish, 8 months ago

Can we leave spaces in python while making a fish pattern?

Answers

Answered by antarikshg59
1

Answer:

yes we can leave spaces if we specify the correct if and else conditions in the loop

Explanation:

Answered by riyasharma92184
0

Answer:

join():. print(" ".join([item1, item2])). 2. The default for print, however, is to put a space between arguments ...

Similar questions