What kind of program is this

John Smith user0360 at peoplepc.com
Wed Oct 4 01:11:53 EDT 2006


what kind of program is this?
I would like to know.

import win32api
from win32api import *
import win32con
from win32con import *; from string   \
import split

aJAPy = 'C:/Program Files/Python/Lib/ \
JAPy.py'
if split(aJAPy,'.')[-1] in ('py','pyw'\
):
    aJAPy = "%s %s %s" % ('J' 'A' 'Py'\
    ,'','')

aStyle = win32con.MB_ICONEXCLAMATION
aLanguage = win32api.MAKELANGID       \
(LANG_NEUTRAL,SUBLANG_DEFAULT)

win32api.MessageBox(0,'Just Another ' \
+ 'Pythoneer',aJAPy,aStyle,aLanguage)




More information about the Python-list mailing list