Unable to run python on mac

Asked 2 years ago, Updated 2 years ago, 79 views

I want to enter Python code in the text editor (CotEditor) of the mac and run it as terminal or IDLE, but I can't.What should I do?

code

print("hello world")

python macos

2022-09-30 21:47

1 Answers

Maybe you can save it as a .py file and run it on Terminal.


2022-09-30 21:47

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.