Day of the week: Difference between revisions

→‎{{header|Python}}: Updated output
(→‎{{header|Python}}: Simplified the expression by using filter)
(→‎{{header|Python}}: Updated output)
Line 3,325:
main()</lang>
{{Out}}
<pre>2011
<pre>[2011, 2016, 2022, 2033, 2039, 2044, 2050, 2061, 2067, 2072, 2078, 2089, 2095, 2101, 2107, 2112, 2118]</pre>
2016
2022
2033
2039
2044
2050
2061
2067
2072
2078
2089
2095
2101
2107
2112
2118</pre>
 
=={{header|R}}==
9,659

edits