"I cannot get python3 to work properly when I try to do simple things with it..."

For example what kinds of things?

What happens when you type this in a terminal?:
python3

Are you running your programs using this?:
python3 your_program_name

Or, are you running your programs using this?:
python your_program_name

What is the output of this command?:
 python --version

Reply via email to