Я был бы очень рад узнать, как запустить программу, я нашел эту команду и хочу знать, подходит ли она или ее можно сделать как-то еще? :
Код: Выделить всё
python3 calculator.py
Код: Выделить всё
# 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
Источник: https://stackoverflow.com/questions/781 ... on-program