import pandas as pd
tbl=pd.read_excel("Книга2.xlsx",index_col=0,header=0,dtype={'A': str})
cr=True
list_inn = ["1","3","4"]
for listt in list_inn:
if cr==True:
print(tbl.loc[int(listt)].B)
if tbl.loc[int(listt)].B=='char':
cr=False
else:
print(tbl.loc[int(listt)].C)
some text
char
S
import re
text = 'sometimes i want delete some from this text some'
string = re.sub(r'\ssome$|some\s', '', text)
print(string)
curl https://pyenv.run | bash
pyenv install 3.9.7
pyenv global 3.9.7
только так тоже делать не надо, а надо создать virualenv и работать в нём.