Определите, что будет напечатано в результате выполнения следующего скрипта:
z = 30
for n in range(10):
if n < 0:
z = z – 2 * n
else:
z = n - z
print(z) (с решением) *​
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.