import math
= 1/math.e
percentage print(f"Percentage of options to look at: {percentage:.3f}%")
= 20
candidates = candidates/math.e
lookout_phase print(f"Look at first {lookout_phase:.3f} candidates")
Percentage of options to look at: 0.368%
Look at first 7.358 candidates