The objective is to convert the following for loop into nested comprehension list.
txt=[\'-100:200\',\'-15:0\',\'0:15\',\'30:45\'] all_t=[] for t in txt: