who = '" Восток "'
what = '" Железный человек 2 "'
a = "12:00"
print("Билет на {1} в {2} на {3} забронирован.".format("what", "who","a"))
stdout:
/bin/sh ./build.sh 1>&2
Makefile:2: recipe for target 'build' failed
stderr:
./solution.py:4:69: E231 missing whitespace after ','
Код не соответствует стандарту PEP8
make: *** [build] Error 1
function randomimage(robot, mess ,args) {
var random = Math.floor(Math.random() * 6);
mess.reply( {files: ["./images/" + random]} )
}
description=f"Сообщение отправлено <@{user.name.id}>",
^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'id'