This repository has been archived on 2024-08-23. You can view files and clone it, but cannot push or open issues or pull requests.

3 lines
45 B
Python

a = {i: i**2 for i in range(1, 16)}
print(a)