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
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.
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
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.
@@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.....
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
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.
this loop i am struggle but you teaching very useful sir .thank you sir
excellent🤗
Good explanation
excellent explanation sir
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
Thanks #hamariacademy
Hi sir...y we shld take it first as rev=0
We can take instead of 0 as 1 or else any number
Thank you sir
n=int(input())
x=str(n)
if x==x[::-1]:
print("palindrome")
else:
print("not palindrome")
can i do this ?
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.
Please continue this series
Sir 121 is a palindrome but I executing the program get output is not a palindrome
Please tell me sir
@@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.....
Sir can yo plz do this program with the help of for loop
Sir please explain r programming language….
Hello