Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
display: flex; flex-direction: column; flex-wrap: wrap;
Public Function fun1(x As Double) As Double fun1=(x*x-5*2^0.5)/(2*x^3+1) End Function
Public Function fun1(x As Double) As Double fun1 = (x * x - 5 * 2 ^ 0.5) / (2 * x ^ 3 + 1) End Function
pip install -U discord.py[voice]
def hello(): print("hello, world") t = Timer(30.0, hello) t.start() # after 30 seconds, "hello, world" will be printed