#!/usr/local/bin/python3 for i in range(100000): not ('1234567890'*1000).startswith('1') print(not ('1234567890'*1000).startswith('1'))