Не могу запустить программу 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»