fork(1) download
  1. x=input()
  2. x=injt(x)
  3. for i in range(x):
  4. print("*",end='')
  5. for i in range(2):
  6. print("*",end=' ')
Runtime error #stdin #stdout #stderr 0.02s 27704KB
stdin
5
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 2, in <module>
    x=injt(x)
NameError: name 'injt' is not defined