วันจันทร์ที่ 14 กันยายน พ.ศ. 2558

Leap years Lab4x.

year = 2038
def setup():
   if (year%4==0):
      print(year,"          This year is leap year")
   elif (year % 4 != 0):
      print(year,"          This year isn't leap year")
   elif (year % 4 == 0 and year % 100 != 0):
      print(year,"          This year is leap year")
   elif (year % 4 == 0 and year % 100 == 0 and year % 400 != 0):
      print(year,"          This year isn't leap year")
   elif (year % 4 == 0 and year % 100 == 0 and year % 400 == 0):
      print(year,"          This year is leap year")

setup()

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

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

Link Video Presentation Resort Managemant System Project.

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