fork download
  1. h = 3
  2. [print(' ' * (h - i) + '@' * (2 * i - 1)) for i in range(h, 0, -1)]
Success #stdin #stdout 0.08s 14116KB
stdin
Standard input is empty
stdout
@@@@@
 @@@
  @