this python script prints the required string
c = 666
for i in range(1, 31):
for j in range(0, i):
print(c, end=' ')
c+=1
Action | Rating | Author team |
---|---|---|
Read writeup |
2.0
|
P@Ge2mE |
Read writeup |
4.0
|
YegSec CTF |