Решите:
Определите, что будет выведено на экран:
a, b = 2, 6
a += 3
b -= 2
a += b
b += a
a += 4
b += a
print(b)

Определите, что будет выведено на экран:
a, b = 6, 9
a += 1
b += 2
a += b
b += a
a -= 2
b += a
print(b)
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.