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