rstocks = [\'5.57%\',\'3.95%\',\'5.26%\',\'5.49%\',\'-1,80%\'] stocks =[] for i in rstocks: stock = rstocks[i]//100 stocks.append(stock)
It k