3 lines
66 B
Python
3 lines
66 B
Python
|
|
for year in range(200, 256, 5):
|
||
|
|
print(year, '->', bank(year))
|