
Составить любые две программы на сложение на Python и скрин


Ответы на вопрос

Ответ:
print("Addition of two complex numbers : ",(4+3j)+(3-7j))
print("Subtraction of two complex numbers : ",(4+3j)-(3-7j))
print("Multiplication of two complex numbers : ",(4+3j)*(3-7j))
print("Division of two complex numbers : ",(4+3j)/(3-7j))
Объяснение:



Program 1: Addition Program in Python
Here's a simple program that performs addition in Python:
```python # Addition Program num1 = 5 num2 = 10
# Add the numbers sum = num1 + num2
# Print the result print("The sum of", num1, "and", num2, "is", sum) ```
This program declares two variables `num1` and `num2` with values 5 and 10, respectively. It then adds the two numbers and stores the result in the variable `sum`. Finally, it prints the result using the `print()` function.
Program 2: Addition Program with User Input in Python
Here's another program that allows the user to input two numbers and performs addition in Python:
```python # Addition Program with User Input num1 = int(input("Enter the first number: ")) num2 = int(input("Enter the second number: "))
# Add the numbers sum = num1 + num2
# Print the result print("The sum of", num1, "and", num2, "is", sum) ```
In this program, the `input()` function is used to prompt the user to enter two numbers. The `int()` function is used to convert the user input from a string to an integer. The program then adds the two numbers and stores the result in the variable `sum`. Finally, it prints the result using the `print()` function.
Please note that the screenshots cannot be provided as they are not available in the search results. However, you can copy and run the code in a Python environment to see the output.


Похожие вопросы
Топ вопросов за вчера в категории Информатика
Последние заданные вопросы в категории Информатика
-
Математика
-
Литература
-
Алгебра
-
Русский язык
-
Геометрия
-
Английский язык
-
Химия
-
Физика
-
Биология
-
Другие предметы
-
История
-
Обществознание
-
Окружающий мир
-
География
-
Українська мова
-
Информатика
-
Українська література
-
Қазақ тiлi
-
Экономика
-
Музыка
-
Право
-
Беларуская мова
-
Французский язык
-
Немецкий язык
-
МХК
-
ОБЖ
-
Психология
-
Физкультура и спорт
-
Астрономия
-
Кыргыз тили
-
Оʻzbek tili