Help me with the code,

if N<0:
print(‘incorrect input’)
if N=0:
print(“No values”)
for i in range(N):
for j in range(i):
if(i%2==0):
print(“1”)
elif(i%2!=0):
print(“1”)
if(i-2>0):
while j<i-2:
print(“0”)
j =j+1

your submit button is not working neither the coding block ide share option is working

The may be some temporary technical issue. Please try it now. Save your code on ide.codingblocks.com and share its link.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.