Skip to main content
hardened .*(nt|log)s?
  • Home
  • Archive
  • Tags
  • About me
  • Github

    Os -name modülü

    mofm

    2009-12-11 21:35

    Comments

    #!usr/bin/env python

    -- coding:utf-8 --

    import os
    if os.name=="posix":
    print os.name
    if os.name=="nt":
    print os.name

    • Previous post
    • Next post

    Comments

    Contents © 2022 mofm - Powered by Nikola