1 2 3 4 5 6 7
#!/usr/bin/env python3 # expect: total=7 code=3 comment=2 blank=1 shebang=1 # python script with shebang print("hi") if True: pass