mirror of
https://github.com/michivonah/python.git
synced 2025-12-22 20:46:29 +01:00
9 lines
No EOL
138 B
Markdown
9 lines
No EOL
138 B
Markdown
# Basics in Python
|
|
|
|
## String functions
|
|
|
|
## Core concepts
|
|
Check if execution is in main program
|
|
````python
|
|
if __name__ == '__main__':
|
|
```` |