Hello pps

How secure would this be:

$iptables -F
$iptables -X

$iptables -p INPUT DROP
$iptables -p OUTPUT DROP
$iptables -p FORWARD DROP


if this is the only thing in my iptables script
is it possible to get any kind of connection to my computer? (without stopping iptables)

id appreciate any thoughts on this