You can use either of the following:
* $P(X < y) = P(X \le y) - P(X=y)$
* $P(X < y) = \lim\limits_{z \uparrow y} P(X \le z)$ using the limit as $z$ approaches $y$ from below
If $X$ is a continuous random variable, i.e. the cumulative distribution function $F(y)$ is a continuous function, then $P(X=y)=0$ and $P(X < y) = P(X \le y) = F(y)$, so your second triple will have the same results as your first triple