Code a conditional that checks if "open" is present in the wifi name at least once.
"open"
wifi
Make sure to pick if followed by wifi and then .count("open"), >, 0.
if
.count("open")
>
0