months = [\"Januar\", \"Februar\", \"März\", \"April\", \"Mai\", \"Juni\", \"Juli\", \"August\", \"September\", \"Oktober\", \"November\", \"Dezember\"] print month
Did you add an encoding in the begining of your source file ?
# -*- coding: utf-8 -*-