0
Python Pattern
Help me with code to get desired output using for loops **** *** ** *
3 Respostas
+ 7
show me your attempt
+ 4
I will help you
assume you have a coordinates of x and y
x will print in a row
y will go the next line
so you have 2 nested loops the first is to y which have the second which is to x and aline break
in x loop you should put a condition that decides to print * or space
try to find this condition after that all will help you
0
i was not able to create the logic. You may please give the code