You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📝 Enhance Python documentation with detailed examples of script execution
- Added a section explaining the differences in behavior when running Python scripts as modules versus directly.
- Included code examples and output for both execution methods to illustrate the impact on `sys.argv` and relative imports.
- Clarified the underlying reasons for the observed differences in script execution contexts.
0 commit comments