logo

Crowdly

Browser

Add to Chrome

Course 67

Looking for Course 67 test answers and solutions? Browse our comprehensive collection of verified answers for Course 67 at dl.guscollege.com.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Визначити значення змінної «a» після виконання  фрагменту програми:

a = 10

b = 5

if a > 1 or a < b:

   a =a-5

if a>1  and  a==b:

   a =a-5

View this question

Вкажіть , яке  значення набуває вираз ( x > 0) and ( x%2 == 0) при умові x == 2

View this question

Вкажіть, яке слово відповідає в Python булевскому значенню 'хибність'

View this question

Визначити значення змінної «a» після виконання  фрагменту програми:

a = 9

if a < 4:

   a += 12

else:

   a -= 7

if a < 4:

   a += 12

else:

   a -= 7

View this question

value=0

value=value>0?0:1

print (value)

Що надрукує код?

View this question

Вкажіть , в якому  випадку  використовується  оператор elif

0%
0%
0%
View this question

Вкажіть  причину синтаксичної помилки інструкції >>>if ( x >0) y=2

View this question

Want instant access to all verified answers on dl.guscollege.com?

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

Browser

Add to Chrome