<tr><td><code>d[k] = v</code></td><td>Insert or replace</td><td>No error</td><td>None</td></tr> <tr><td><code>d.get(k)</code></td><td>Safe lookup</td><td><code>None ...
NEW: Thonny now runs in single instance mode. Previously, when you opened a py file with Thonny, a new Thonny instance (window) was created even if an instance existed already. This became nuisance if ...