How to run code in sublime: first create a new py file and write some test code; then open the input box, enter install to select the first item; then enter sublime REPL and click install; finally press the F5 shortcut key to run Just code.
The operating environment of this article: Windows 7 system, Sublime Text 3 version, Dell G3 computer.
How to run code with sublime:
1. First, create a new py file, write some test code, and save it
2. Then, press the shortcut key CTRL SHIF P to open the input box
3. Next, enter install and select the first item
4. Then, enter sublime REPL in the input box and click Install
5. After the installation is successful, open Preferences - Key Binding The user enters the following code
6. Finally, return to the py file just now and press the F5 shortcut key to run the code
Related video recommendations: PHP programming from entry to proficiency
The above is the detailed content of How to run code in sublime. For more information, please follow other related articles on the PHP Chinese website!