home
Learn
screen_rotation
coordinates = [[0, 0], [100, 100], [200, 200]] print(coordinates)
Program Output
[[0, 0], [100, 100], [200, 200]]