Link Exchange
- - - - - - - - - - - - - - ผู้ให้การสนับสนุน- - - - - - - - - - - - - -
จากโจทย์คำถาม"1 ถึง 10000 มีเลข 0 กี่ตัว" ข้อสอบ ม.1 เห็นแล้วถึงกับกุมขมับก.2663ข.2893ค.2906ง.2993จากเว็บ Sanook.com
''' @Auther: Mr.Suppakit Thongdee @Website: www.sourcecode.in.th ''' icount = 0 for i in range(1, 10001): strNumber = str(i) for strCh in strNumber: #print(strCh) if strCh == '0': icount = icount +1 print('result: ' + str(icount) )
รับชมคลิปอธิบาย ได้ทาง: https://sourcecode.tv/index.php/2022/08/13/488/
Home - Article - Tutorial - Sourcecode - Dev Handbook - Search - WebBoard - Links - About Us