Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Ce se afișează?
def test(): print("Salut")rez = test()print(rez)
def test():
print("Salut")
rez = test()
print(rez)
Eroare
Salut, apoi None
Salut, apoi Salut
None, apoi Salut
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!