Ответы
Ответ дал:
0
Ответ:
Лёгкая задачка
Объяснение:
A = int(input("Number of tasks solved from first part: "))
B = int(input("Number of tasks solved from second part: "))
score = A * 2 + B * 3
print("Total score:", score)
Fchchchv:
поставь лучший ответ
Ответ дал:
0
МОЖНО ЛУЧШИЙ ОТВЕТ ПОЖАЛУЙСТА
A = int(input("Enter the number of tasks solved from the first part: "))
B = int(input("Enter the number of tasks solved from the second part: "))
total_score = A * 2 + B * 3
print("Total score:", total_score)
A = int(input("Enter the number of tasks solved from the first part: "))
B = int(input("Enter the number of tasks solved from the second part: "))
total_score = A * 2 + B * 3
print("Total score:", total_score)
Похожие вопросы
1 год назад
1 год назад
1 год назад
1 год назад
2 года назад
8 лет назад