logo

Crowdly

Gegeben sind drei Variablen x = 2, y = 6, z = 3. Was wird ausgegeben: if x * y...

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

Gegeben sind drei Variablen x = 2, y = 6, z = 3. Was wird ausgegeben:

if x * y > 10 and y / z == 3:

  print("X")

elif (x + z) * y >= 30 or x + y + z > 10:

  print("Y")

else:

  print("Z")

More questions like this

Want instant access to all verified answers on moodle.mm-bbs.de?

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