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