logo

Crowdly

Cosa stampa il seguente codice? orario = 18 giorno = "sabato" if giorno ==...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Cosa stampa il seguente codice?

orario = 18

giorno = "sabato"

if giorno == "sabato" or giorno == "domenica":

    if orario >= 9:

        if orario <= 18:

            print("Negozio aperto")

        else:

            print("Negozio chiuso (troppo tardi)")

    else:

        print("Negozio chiuso (troppo presto)")

else:

    if orario >= 8 and orario < 20:

        print("Negozio aperto")

    else:

        print("Negozio chiuso")
More questions like this

Want instant access to all verified answers on moodle.edu.ti.ch?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!