Okay, we know that
$$4!=4 \cdot 3\cdot 2 \cdot 1=24$$ $$5!=5\cdot4\cdot3\cdot2\cdot1=120$$ $$6!=6\cdot5\cdot4\cdot3\cdot2\cdot1=720$$
This is can be written as
$$n!=n\cdot(n-1)!$$
We obtain
$$6! = \frac {7!}{7} = 720$$ $$5! = \frac {6!}{6} = 120$$ $$4! = \frac {5!}{5} = 24$$
If we take $0! = 1$
$$0! = \frac {1!}{1} = \frac {1}{0}$$
Using other way
$$0!=0\cdot0 = 0$$
Why is $0!$ equal to $1$?