Не могу запустить программу PythonPython

Программы на Python
Гость
Не могу запустить программу Python

Сообщение Гость »


Я был бы очень рад узнать, как запустить программу? мне дали эту команду:

Код: Выделить всё

python3 calculator.py
I tried putting this text :

Код: Выделить всё

# Prompt for user input
a = float(int(input("Enter the first number: 1")))
b = float(int(input("Enter the first number: 2")))

python3 calculator.py
Maybe you have some insights? (My python version is 3.12)


Источник: https://stackoverflow.com/questions/781 ... on-program

Вернуться в «Python»