fork download
  1. # your code goes here
  2. for i in range (6):
  3. print (i*" ",(6-i)*"@ ")
Success #stdin #stdout 0.09s 14164KB
stdin
Standard input is empty
stdout
 @ @ @ @ @ @ 
  @ @ @ @ @ 
   @ @ @ @ 
    @ @ @ 
     @ @ 
      @