Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
itertools groupby() collections counter()
Now edit the translations/de/LC_MESSAGES/messages.po file as needed. Check out some gettext tutorials if you feel lost.
with open(file) as f: s = f.readlines() s = [x.strip() for x in s if x.strip() not in ['a','b','в']] text = '\n'.join(s) with open(file, 'w') as f: f.write(text)
print(str(text1), int(x1))
with open("x.txt")