Introduction
Cross-platform means your script works on many types of computers. This helps more people use your work easily.
You want your script to run on Windows and Linux without changes.
You share scripts with friends who use different computers.
You build tools for a team with mixed computer types.
You want to avoid rewriting code for each system.
You want to reach more users with one script.