Python Program to Find String is Palindrome or Not | Python Telugu

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ย. 2024
  • GitHub link:
    github.com/kir...
    Instagram-link:
    www.instagram....
    Facebook link:
    / python-life-telugu-107...
    linkedin:
    / kiran-sagar-a00a761b2
    Telegramlink:
    t.me/python_li...

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

  • @PythonLifetelugu
    @PythonLifetelugu  ปีที่แล้ว

    Python Basic to Advance course
    pythonlife.in/

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

    Brother, can i choose
    1.python+data science+AI+ML or
    2. Java+Angular+springboot (b.com computers 2021/12 passedout)

  • @chaitanya-ee-0434
    @chaitanya-ee-0434 ปีที่แล้ว

    Explanation 🔥🔥

  • @devinenivenkatesh6101
    @devinenivenkatesh6101 2 ปีที่แล้ว

    Thanks you

  • @saikumar14338
    @saikumar14338 4 หลายเดือนก่อน

    👍💯

  • @amarojusaikumar3
    @amarojusaikumar3 ปีที่แล้ว

    Incase.. Madam is that word.. Palindrome or not

  • @ajayseetharam2102
    @ajayseetharam2102 8 หลายเดือนก่อน

    bro edhi functions use cheyakunda cheyalema

    • @naga1935
      @naga1935 หลายเดือนก่อน

      Cheyavachu brother

    • @naga1935
      @naga1935 หลายเดือนก่อน

      a=input("enter a string : ")
      if a==a[::-1]:
      print("it is a polindrome")
      else:
      print("not a polindrome")