Python. Instrukcje dla programisty.

Python. Instrukcje dla Programisty. Wydanie II. Autor: Eric Matthes Rozdział 1 zasoby: https://ehmatthes.github.io/pcc_2e/regular_index/ edytor tekstu: https://www.sublimetext.com/ sprawdzenie wersji Pythona: Start → cmd → python (Ctr+Z lub exit() i Enter żeby zakończyć) Rozdział 2 nazwy zmiennych: Ciąg tekstowy (string) title(), upper(), lower() – zmiana wielkości literrstrip(), lstrip(), strip() – usuwanie białych znaków Ciąg tekstowy f (f-string) …