Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
cmd['communication']['hello']
import time import locale locale.setlocale(locale.LC_ALL, "rus_rus") print(time.strftime("%a, %d %b %Y %H:%M:%S")) #Вт, 06 июл 2021 17:17:22
$(document).click(function(){ score1.text(++score2); if (score2 == 2) { $('.s_img').attr('src', 'IMG/5.png') } });
if (ast.x <= raketa.x+raketa.w && ast.x+ast.w >= raketa.x && ast.y <= raketa.y+raketa.h && ast.y+ast.h >= raketa.y) { location.reload(); }