2 lines
74 B
Python
2 lines
74 B
Python
|
for i in range(41, 81):
|
||
|
print(f'"linux-lab-0{i}.ece.uw.edu"', end=" ")
|