我被困在一个失败的简单循环列表中,并收到错误“TypeError:'list' object is not callable”。我有三个包含 n 条记录的列表。我想从同一行中的所有列表中写入第一条记录,并希望对 n 条记录重复此过程,这将导致 n 行。以下是我要使用的列表:
lst1 = ['1','2','4','5','3']
lst2 = ['3','4','3','4','3']
lst3 = ['0.52','0.91','0.18','0.42','0.21']
istring=""
lst=0
for i in range(0,10): # range is simply upper limit of number of records in lists
entry = lst1(lst)
istring = istring + entry.rjust(11) # first entry from each list will be cat here
lst=lst+1
任何初创公司都会非常有帮助。