Program To Print All the Palindrome Dates in The Given Year | Python Tutorials

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 พ.ย. 2019
  • In this Python programming video tutorial you will learn to write a program to print all the palindrome dates in the given year in detail.
    Leap Year Program:
    • Leap Year Program | Py...
    Valid date program:
    • Valid Date Program | P...
    Palindrome program:
    • Python Tutorials - Pal...
    Palindrome date Program dd/mm/yyyy format:
    • Palindrome Date Progra...
    Palindrome date Program mm/dd/yyyy format:
    • Palindrome Dates | Pyt...
    Program to Print Next palindrome date:
    • Program To Print Next ...
    #Python #PythonProgramming
    For more free tutorials on computer programming
    / amulsacademy
    / amulsacademy

ความคิดเห็น • 28

  • @nandalal-dev6095
    @nandalal-dev6095 4 ปีที่แล้ว +2

    Mam u are the reason why I understand the beauty of programming
    Keep doing more videos .

  • @davebeckham5429
    @davebeckham5429 4 ปีที่แล้ว +1

    Nice tutorial. Very well explained. Thanks for sharing.

  • @abharani7283
    @abharani7283 4 ปีที่แล้ว +2

    Very nyc lecture🤗

  • @kiranrockzz5267
    @kiranrockzz5267 4 ปีที่แล้ว +2

    I've fallen love with Ur voice.. 😍😍😍💘

  • @huseyininanc3346
    @huseyininanc3346 3 ปีที่แล้ว +1

    Thanks Amulya

  • @bunnysunil
    @bunnysunil 4 ปีที่แล้ว +1

    Awesome madam
    No one can teach like u

  • @sayalisalunke4873
    @sayalisalunke4873 4 ปีที่แล้ว

    Please also make videos of daily coding problem

  • @robishankardenre3269
    @robishankardenre3269 4 ปีที่แล้ว +2

    Make a video on queue please

  • @selvanm2872
    @selvanm2872 4 ปีที่แล้ว +2

    very nice amulya

  • @_inivavan_s_
    @_inivavan_s_ 3 ปีที่แล้ว

    Using atm concept in python class

  • @robishankardenre3269
    @robishankardenre3269 4 ปีที่แล้ว +1

    Best book for beginners to advance ..?

  • @bunnysunil
    @bunnysunil 4 ปีที่แล้ว

    Please explain flames concept madam by using ptython

  • @praveenkp7418
    @praveenkp7418 3 ปีที่แล้ว

    We can reduce the code of if statement as below. Is it any reason we are maintaining the if statement with or conditions.
    if key in [4,6,9,11]:
    max_days=30
    elif key in [1,3,5,7,8,10,11]:
    max_days=31
    elif year%4==0 and year%100 !=0 or year%400 == 0:
    max_days=29
    else:
    max_days=28

  • @debojitmandal8670
    @debojitmandal8670 3 ปีที่แล้ว +1

    Mam how did you conver the int tonsteing when you haven't defined day month and year in this program.
    I.e day = something
    Month = something

    • @AmulsAcademy
      @AmulsAcademy  3 ปีที่แล้ว

      I don’t remember what I did in the program, if you give me the program I will check and explain :)

  • @himabindugandikota4526
    @himabindugandikota4526 4 ปีที่แล้ว +1

    the for loop for the interval is not terminating why?

  • @_inivavan_s_
    @_inivavan_s_ 3 ปีที่แล้ว

    Will you help me to teach tha code

  • @technicalgirl9644
    @technicalgirl9644 4 ปีที่แล้ว

    uff mam help me naa