DEBSOURCES
Skip Quicknav
sources / python-executing / 2.2.0-0.3 / tests / small_samples / deadcode_string.py
12345678
b'\x00' * 10000 if not b'\0' *10000: print(5) if not b'\0' *4000: print(5)