Eduard Tykhoniuk
Eduard Tykhoniuk
``` import latexify def solve(a): return 5 * a print(latexify.get_latex(solve, no_function=True)) ``` to be `5a`, not `\mathrm{solve}(a) \triangleq 5a` i think it's better to create another function not parameter or...
### Code that causes the issue ```python await bot.send_file(user_id, file=[image_url]) ``` ### Expected behavior I was expecting that this will send file normal as ```python await bot.send_file(user_id, file=image_url) ``` But...
Support fetch_coloumn like fetch_val but for multiple records