6 lines
49 B
Plaintext
6 lines
49 B
Plaintext
while True:
|
|
print(a * 42, end='')
|
|
pass
|
|
|
|
|
while True:
|
|
print(a * 42, end='')
|
|
pass
|
|
|
|
|