# Программа на Python для вывода таблицы умножения
# Принимаем входные данные от пользователя
n = int(input(“Ведите число:”))
print(*[‘%d * %d = %d’ % (i, n, i * n) for i in range(1, 11)], sep=’\n’)
Please confirm you want to block this member.
You will no longer be able to:
Please note: This action will also remove this member from your connections and send a report to the site admin. Please allow a few minutes for this process to complete.
Ответы