Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 347 Bytes

scripts.md

File metadata and controls

7 lines (4 loc) · 347 Bytes

Scripts

A Python script is a file that contains Python code. The filename needs to have the extension .py. Generally, in order to run the file, the user needs to call the script from the Python interpreter.

Tutorials