Locale Calendar | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Locale Calendar

I want to create a local calendar but both in Python IDLE 3.6 and code playground didn't work. I taken the example here: https://pymotw.com/3/calendar/ . # calendar_locale.py import calendar c = calendar.LocaleTextCalendar(locale='en_US') c.prmonth(2017, 7) print() c = calendar.LocaleTextCalendar(locale='it_IT') c.prmonth(2017, 7)

14th May 2018, 9:54 PM
Parsix3
Parsix3 - avatar
1 Antwort
20th Jun 2018, 3:46 PM
Sahil Danayak
Sahil Danayak - avatar