km3 = [44410., 5712., 37123., 0., 25757.] anos3 = [2003, 1991, 1990, 2019, 2006] dados_new = km3 + anos3
print(dados_new.resize((3,5), refcheck=False))
print(dados_new.resize((3,5), refcheck=False))
AttributeError: 'list' object has no attribute 'resize'