There was an error while loading. Please reload this page.
1 parent b9fd424 commit 918b6b5Copy full SHA for 918b6b5
exercises/11-Nested_list/app.py
@@ -1,6 +1,3 @@
1
+coordinates_list = [[33.747252, -112.633853], [-33.867886, -63.987], [41.303921, -81.901693], [-33.350534, -71.653268]]
2
-coordinatesList = [[33.747252,-112.633853],[-33.867886, -63.987],[41.303921, -81.901693],[-33.350534, -71.653268]]
3
-
4
-# Your code go here:
5
6
+# Your code here
0 commit comments