x = eval(f"mine_{mines_kolv}[{now_state}]")
тебе нужна индексируемая коллекция! Список или кортеж. Тем более что списки ты уже используешь, значит, знаешь, что это такое. Неужели "список из списков" - это такая сложная концепция?AudioSegment.converter = f"{os.getcwd()}\\ffmpeg.exe"
from pathlib import Path
import sys
SCRIPT_DIR = Path(sys.argv[0]).parent.resolve()
FFMPEG = SCRIPT_DIR / 'ffmpeg.exe' # чтобы не париться с разделителем каталогов (/ или \)
F(N) = (1+sqrt(3))^(N+1)-(1-sqrt(3))^(N+1) / (2sqrt(3))
header: int, list of int, None, default ‘infer’https://pandas.pydata.org/docs/reference/api/panda...
Row number(s) to use as the column names, and the start of the data. Default behavior is to infer the column names: if no names are passed the behavior is identical to header=0 and column names are inferred from the first line of the file, if column names are passed explicitly then the behavior is identical to header=None. Explicitly pass header=0 to be able to replace existing names. The header can be a list of integers that specify row locations for a multi-index on the columns e.g. [0,1,3]. Intervening rows that are not specified will be skipped (e.g. 2 in this example is skipped). Note that this parameter ignores commented lines and empty lines if skip_blank_lines=True, so header=0 denotes the first line of data rather than the first line of the file.
value = call.data.upper().split('/')
b1 = types.InlineKeyboardButton('USD/EUR', callback_data='usdeur')
1) Как рассчитывать движение, работу двигателя и так далее?
2) Как зафиксировать коллизию объектов (Луны и станции)?
3) Как процедурно сгенерировать реалистичную поверхность Луны?
а браузера на сервере не будет.
Примерно нахожусь между начинающим и средним
Вот темы которые я знаю на достаточном уровне:
- Основы python (циклы, условные операторы, переменные, функции, строки, списки)
- Вложенные списки (матрицы)
- Кортежи
- Множества
- Словари
- Некоторые модули
Можете посоветовать книги или курсы по python?
from decimal import *
getcontext().prec = 400
a = Decimal('112312312312312311231231231231231123123123123123112312312312312311231231231231231123123123123123');
print(pow(a,Decimal(1/3.0)))