Решите пожалуйста , по информатике 8 класс
Мне вышло что не правильно
Приложения:

Ответы на вопрос
Ответил Fchchchv
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:
поставь лучший ответ
Ответил homchik2009
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 год назад
Биология,
7 лет назад