Startup
This commit is contained in:
15
script/testLocalVar1.py
Normal file
15
script/testLocalVar1.py
Normal file
@@ -0,0 +1,15 @@
|
||||
global aa
|
||||
global bb
|
||||
def bb():
|
||||
print "bb"
|
||||
def aa():
|
||||
print "aa"
|
||||
bb()
|
||||
|
||||
print 'testLocalVar1- a: ' + str(a)
|
||||
print 'testLocalVar1- b: ' + str(b)
|
||||
time.ctime()
|
||||
print time.strftime('%Y.%m.%d %H:%M:%S')
|
||||
bb()
|
||||
aa()
|
||||
set_return("OK 1")
|
||||
Reference in New Issue
Block a user