Let's see what we get when we run it on Windows 7: >>> import os >>> os.name 'nt'. This tells us that our Python instance is running on a Windows box.
確定! 回上一頁