Изменил(а) на 'main.py'

This commit is contained in:
lulzette 2023-06-13 18:50:31 +03:00
parent d714acd1af
commit 8c477fd455

View File

@ -17,7 +17,7 @@ if __name__ == '__main__':
print("Hello, fucker, what is ur name?") print("Hello, fucker, what is ur name?")
fucker_name = input() fucker_name = input()
if fucker_name == "": if fucker_name == "":
fucker_name = "Тебя" fucker_name = "ты"
print("Your group?") print("Your group?")
stud_group = input() stud_group = input()
if stud_group == '': if stud_group == '':
@ -235,7 +235,7 @@ if __name__ == '__main__':
locale.setlocale(locale.LC_TIME, "ru_RU.UTF-8") locale.setlocale(locale.LC_TIME, "ru_RU.UTF-8")
today_weekday = date.today().strftime('%A') today_weekday = date.today().strftime('%A')
today_week = int(date.today().strftime('%U')) today_week = int(date.today().strftime('%U'))
print("Сегодня {}, {} ебали на:".format(today_weekday, fucker_name)) print("Сегодня {}, {} был на:".format(today_weekday, fucker_name))
for para in rasp_summary: for para in rasp_summary:
if para['date'] == today_weekday: if para['date'] == today_weekday:
if para['value']['up_or_down'] == 'up' and today_week % 2 != 0: if para['value']['up_or_down'] == 'up' and today_week % 2 != 0: