วันอังคารที่ 29 กันยายน พ.ศ. 2558

my_endswith.

def my_endswith(string, laststring):
   result = False
   i = 0
   if (len(string) > len(laststring)):
      while (i < len(laststring)):
         if (string[i+(len(string)-len(laststring))] == laststring[i]):
            result = True
         else:
            result = False
         i = i+1
   return result

def setup():
   string = 'thailand'
   laststring = 'and'
   assert my_endswith(string, laststring) == True

setup()

ไม่มีความคิดเห็น:

แสดงความคิดเห็น

Link Video Presentation Resort Managemant System Project.

Video Presentation Resort Managemant System Project. จัดทำโดย พากษ์เสียง: คุณาสิน  ทองมณี  5801012620011 ลำดับภาพ: สุพิชชา  ศรีศิริ...