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

my_strip.

def my_strip(string, strip):
   wordwithoutstrip = ''
   i = 0
   while (i < len(string)):
      if (i < len(strip)):
         wordwithoutstrip = wordwithoutstrip + string[i]
      i = i+1
   return wordwithoutstrip

def setup():
   string = 'thailand    '
   strip = '        '
   print("world is", my_strip(string, strip))
   assert my_strip(string, strip) == 'thailand'

setup()

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

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

Link Video Presentation Resort Managemant System Project.

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