Difference between revisions of "CSC111 Homework 13 Solution Program 2014"
(Created page with "--~~~~ ---- <source lang="python"> # hw13a.py # D. Thiebaut # This program reads several text files formatted in CSV format. # Each file represents temperatures and rain fall ...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
--[[User:Thiebaut|D. Thiebaut]] ([[User talk:Thiebaut|talk]]) 16:59, 5 May 2014 (EDT) | --[[User:Thiebaut|D. Thiebaut]] ([[User talk:Thiebaut|talk]]) 16:59, 5 May 2014 (EDT) | ||
---- | ---- | ||
+ | <onlydft> | ||
+ | |||
+ | <br /> | ||
+ | =Source= | ||
+ | <br /> | ||
<source lang="python"> | <source lang="python"> | ||
# hw13a.py | # hw13a.py | ||
Line 178: | Line 183: | ||
</source> | </source> | ||
<br /> | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | =Output= | ||
+ | <br /> | ||
+ | max rain found in Dunstaffnage, with 244 mm | ||
+ | |||
+ | max diff found in Cambridge NIAB with 14.200 difference temp (7 2006) | ||
+ | |||
+ | 1853 Oxford | ||
+ | 1855 Southampton | ||
+ | 1865 Armagh | ||
+ | 1873 Stornoway Airport | ||
+ | 1880 Durham | ||
+ | 1883 Sheffield | ||
+ | 1908 Bradford | ||
+ | 1914 Eskdalemuir | ||
+ | 1914 Lowestoft | ||
+ | 1914 Wick Airport | ||
+ | 1930 Lerwick | ||
+ | 1930 Ross-on-Wye | ||
+ | 1930 Tiree | ||
+ | 1930 Valley | ||
+ | 1931 Nairn | ||
+ | 1934 Manston | ||
+ | 1942 Aberporth | ||
+ | 1947 Waddington | ||
+ | 1948 Heathrow | ||
+ | 1949 Ringway | ||
+ | 1951 Chivenor | ||
+ | 1957 Hurn | ||
+ | 1957 Leuchars | ||
+ | 1957 Shawbury | ||
+ | 1959 Braemar | ||
+ | 1959 Cambridge NIAB | ||
+ | 1959 Cwmystwyth | ||
+ | 1959 Eastbourne | ||
+ | 1959 Newton Rigg | ||
+ | 1959 Paisley | ||
+ | 1959 Sutton Bonington | ||
+ | 1961 Ballypatrick Forest | ||
+ | 1961 Whitby | ||
+ | 1964 Yeovilton | ||
+ | 1972 Dunstaffnage | ||
+ | 1977 Cardiff Bute Park | ||
+ | 1978 Camborne | ||
+ | |||
+ | <br /> | ||
+ | <br /> | ||
+ | </onlydft> | ||
+ | |||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | [[Category:CSC111]][[Category:Python]][[Category:Homework]] |