1 line
32 B
Python
1 line
32 B
Python
|
print(sum(list(range(1,101,2))))
|
|
print(sum(list(range(1,101,2))))
|