3 lines
45 B
Python
3 lines
45 B
Python
a = {i: i**2 for i in range(1, 16)}
|
|
print(a)
|
a = {i: i**2 for i in range(1, 16)}
|
|
print(a)
|