Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/usr/bin/python
- import sys
- print """
- ---------------------------------------
- |.../)443 Code by Fird05
- ---------------------------------------
- """
- a = sys.platform
- if a == "linux2":
- print "Your system is GNU/Linux"
- elif a == "win, win32":
- print "Your system is Windows"
- elif a == "darwin":
- print "Your system is Mac OS X"
Advertisement
Add Comment
Please, Sign In to add comment