t325.py 68 B

123456
  1. import random
  2. while random.randrange(10) != 8:
  3. pass
  4. print '8'