WWindmill•Created by haj on 10/19/2023 in #help Python 'AttributeError' for certain modules
Sharing script that produces 'AttributeError':
import numpy as np
print(np)
list1 = [['1', '1', '1', '9/1/23'], ['2', '1', '0', '9/15/23']]
def main(x: str):
for i in np.arange(0,len(list1)):
print(i)
return x