--> -->
Model Brand Watt VOC Average Watt Height(in) Width(in)
 
 
IndexError
Python 3.8.10: /bin/python3
Sat May 18 02:35:47 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/dh_pvjtvw/top_page/cgi-bin/model_price.py in <module>
     90 print('<tr>')
     91 item = 0
=>   92 print(f'<td> {model_list[item]} </td>')
     93 print(f'<td> {brand_list[item]} </td>')
     94 print(f'<td> {watt_list[item]} </td>')
builtin print = <built-in function print>

IndexError: list index out of range
      args = ('list index out of range',)
      with_traceback = <built-in method with_traceback of IndexError object>