a = string.split("Test Test2 Test3"," ")
This returns an error:
Message File Name Line Position
Traceback
<module> C:pyWiz.py 43
AttributeError: 'module' object has no attribute 'split'
Yes, I imported the string module.
Why is this happening?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…