fork download
  1. # your code goes here
  2. n=int(input())
  3. i=1
  4. while n>i:
  5. print("ax",end="")
  6. i=i+1
  7. print("a")
  8.  
Success #stdin #stdout 0.02s 9264KB
stdin
3
stdout
axaxa