Ex.
Code: Select all
str_s = "MindphpPythonLearning"
str_s2 = "Mindphp Python Learning"
print "No Space : =", str_s.split()
print "Space : =", str_s2.split()
Moderators: mindphp, ผู้ดูแลกระดาน
Code: Select all
str_s = "MindphpPythonLearning"
str_s2 = "Mindphp Python Learning"
print "No Space : =", str_s.split()
print "Space : =", str_s2.split()
Users browsing this forum: No registered users and 6 guests