diff --git a/.py b/.py deleted file mode 100644 index c9dadc9..0000000 --- a/.py +++ /dev/null @@ -1,12 +0,0 @@ -a = float(input("Введите первое число: ")) -operation = input("+ или * ? ") -b = float(input("Введите второе число: ")) - -if operation == "+": - print(a+b) - -elif operation == "*": - print(a*b) - -else: - print("Ошибка") \ No newline at end of file