Predict the output 
for i in range(95,0,-1):
  for j in range(95,i,-1):
      n=chr(j)
      print (n,end=" ")
  else:
       print()


Posted on by