Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Виберіть правильний запис умовного оператора в Python
if x > 2 {
x = 2 }
else {
x = 3 }
if x > 2:
x = 2
else:
x = 3
if x > 2
else
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!