Я был бы очень рад узнать, как запустить программу? мне дали эту команду:
Код: Выделить всё
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