File: blank_single.txt

package info (click to toggle)
python-stack-data 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: python: 2,204; sh: 29; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Traceback (most recent call last):
 File "formatter_example.py", line 85, in blank_lines
      79 | def blank_lines():
      80 |     a = [1, 2, 3]
      81 | 
      82 |     length = len(a)
       :
-->   85 |     return a[length]
                      ^^^^^^^^^
IndexError: list index out of range