Skip to content

09 Swimming with Python

Sara King edited this page May 20, 2019 · 1 revision

Languages https://en.wikipedia.org/wiki/ISO/IEC_8859-1 Dictionaries: https://www.python-course.eu/dictionaries.php

ISO # -- coding: iso-8859-1 --

This first line of code (also known as 'script') is necessary to use the ISO standard for the Latin alphabet. The iso-8859-1 file has to be saved in this coding to be able to code with German umlaut (and lots of other superscripts that turn up in languages that use Latin characters).

In the next cell, type the following and then press run (or Shift+Enter):

Clone this wiki locally