http://glfwtfwhlsm2u5pw3b7crist7bt7fwepj2wgv3n3b64unj22v5435tyd.onion/code/qrqma.html
Keep in mind that, in qrqma, 42 and 42.0 are different (int and float, respectively). [‘list’, ‘of’, ‘objects’] : Everything between two brackets is a list.
Lists are useful for storing sequential data to be iterated over.
For example, you can easily create a list of links using lists for (and with) a for loop: <ul> {% for item in [['index.html', 'Index'], ['about.html', 'About'], ['downloads.html', 'Downloads']] %} <li><a href= "{{ item[0] }}" > {{...