def is_prime(n):
for i in range (2, n // 2 + 1):
if n % i == 0:
return False
return True
пишу на php пару месяцев, а эта штука до сих пор ставит в ступор
lsof -nP -i4TCP:80 | grep LISTEN
sudo lsof -nP -i4TCP:80 | grep LISTEN
<FilesMatch ".(xml)$">
Deny from all
</FilesMatch>
<FilesMatch ".(xml)$">
Deny from all
</FilesMatch>