PALINDROME NUMBER PROGRAM IN PYTHON PROGRAMMING || HOW TO PALINDROME NUMBER IN PYTHON

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

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

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

    you deserve more than then this
    you were the only person that cleared my doubts
    its by you even if i pass the exam,im grateful for teachers like you definitely you deserve more than this
    i appreciate your work and teaching

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

    Thank you the Great Trainer Sandeep Sir Whenever I'm got struck with the Programs your Teachings as made me a joy to Learn New this and your way of teachings are easily understandable. Thank you so much Trainer.

  • @pandeeswaran.m4554
    @pandeeswaran.m4554 2 ปีที่แล้ว

    this loop i am struggle but you teaching very useful sir .thank you sir

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

    excellent🤗

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

    Good explanation

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

    excellent explanation sir

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

    Hai, I watched ur all videos and learn so much. I have create Python script with for loop condition I need loop execute specific seconds for an example now local time 19:32:35 i need loop execute 30 Seconds local time. I don't want webdriver wait or implicit wait or sleep. Specific seconds time execute every loop
    ex: 19:32:30
    19:33:30
    19:34:30
    19:35:30

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

    Thanks #hamariacademy

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

    Hi sir...y we shld take it first as rev=0
    We can take instead of 0 as 1 or else any number

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

    Thank you sir

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

    n=int(input())
    x=str(n)
    if x==x[::-1]:
    print("palindrome")

    else:
    print("not palindrome")
    can i do this ?

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

      you can directly reverse the string without converting the integer again to string, sometimes the interviewers ask us to get the result without converting it into string. So it is better to practice without conversion.

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

    Please continue this series

  • @143mybestie
    @143mybestie 2 ปีที่แล้ว +1

    Sir 121 is a palindrome but I executing the program get output is not a palindrome

    • @143mybestie
      @143mybestie 2 ปีที่แล้ว

      Please tell me sir

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

      @@143mybestie n=int(input("enter number"))
      x=n
      rev=0
      while x>0:
      r=x%10
      rev=rev*10+r
      x=x//10
      print("Reverse of a given number is",rev)
      if rev==n:
      print(n,"Palindrome number")
      else:
      print(n,"Not palindrome number")
      Use this code. You will get your answer.....

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

    Sir can yo plz do this program with the help of for loop

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

    Sir please explain r programming language….

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

    Hello