#5 Python🐍 Program for Interview Preparation | Find string is palindrome or not | Python Programming

Поділитися
Вставка
  • Опубліковано 5 жов 2024
  • 👉Subscribe to our new channel: / @varunainashots
    ► Python For Beginners (Complete Playlist):
    • Python for Beginners
    Other Subject-wise Playlist Links:
    --------------------------------------------------------------------------------------------------------------------------------------
    ►Computer Networks :
    • Computer Networks (Com...
    ►Design and Analysis of algorithms (DAA):
    • Design and Analysis of...
    ►Database Management System:
    • DBMS (Database Managem...
    ► Theory of Computation
    • TOC(Theory of Computat...
    ►Artificial Intelligence:
    • Artificial Intelligenc...
    ►Computer Architecture:
    • Computer Organization ...
    ►Operating System:
    • Operating System (Comp...
    ►Structured Query Language (SQL):
    • Structured Query Langu...
    ►Discrete Mathematics:
    • Discrete Mathematics
    ►Compiler Design:
    • Compiler Design (Compl...
    ►Number System:
    • Number system
    ►Cloud Computing & BIG Data:
    • Cloud Computing & BIG ...
    ►Software Engineering:
    • Software Engineering
    ►Data Structure:
    • Data Structure
    ►Graph Theory:
    • Graph Theory
    ►Programming in C:
    • C Programming
    ►Digital Logic:
    • Digital Logic (Complet...
    ► Class XI Computer Science(Full Syllabus)
    • CLASS-XI Computer Scie...
    ► Microprocessor Playlist:
    • Microprocessor
    ---------------------------------------------------------------------------------------------------------------------------------------
    Our social media Links:
    ► Subscribe to us on UA-cam: / gatesmashers
    ►Subscribe to our new channel: / @varunainashots
    ► Like our page on Facebook: / gatesmashers
    ► Follow us on Instagram: / gate.smashers
    ► Follow us on Instagram: / varunainashots
    ► Follow us on Telegram: t.me/gatesmash...
    ► Follow us on Threads: www.threads.ne...
    --------------------------------------------------------------------------------------------------------------------------------------
    ►For Any Query, Suggestion or notes contribution:
    Email us at: gatesmashers2018@gmail.com

КОМЕНТАРІ • 11

  • @zulf03
    @zulf03 3 місяці тому

    be careful while initiating rev='' # do not put space between the inverted commas ' '
    another way ---->
    n = input("Enter string:")
    rev = ''.join(reversed(n)) # Reverse the string n using reversed() and join the characters
    if n == rev:
    print("Yes, string is palindrome.")
    else:
    print("No, string is not palindrome.")

  • @PRALAY.THAKUR
    @PRALAY.THAKUR 3 місяці тому

    Very nice series sir ❤❤😊😊 keep continue please

  • @swikrutipadhi7356
    @swikrutipadhi7356 3 місяці тому

    Thanks a lot sir!🙏
    Very easy & good explanation.

  • @littlejin-n8x
    @littlejin-n8x 3 місяці тому

    word = 'uou'
    reverse = word[::-1]
    if reverse == word :
    print('palindrome')

  • @jordancrisis8570
    @jordancrisis8570 3 місяці тому

    Sir can you do a one shot vedio interviews and hiring are going on so if you can do a 1shot with all the important questions it will be a great help please do all the major logics ans questios so we can tackle this

  • @AnuragOjha-p1g
    @AnuragOjha-p1g Місяць тому

    Thank you sir ❤❤❤❤

  • @latestjobguru1786
    @latestjobguru1786 3 місяці тому

    Sir when u launch a course or recorded video lecture for RRB Scale 2 IT 2024 officer? Plz Reply sir

  • @Vikr.amkumar9038
    @Vikr.amkumar9038 3 місяці тому

    Sir your teaching Style is very good

  • @mrmirzakhan7071
    @mrmirzakhan7071 3 місяці тому

    ❤❤❤

  • @surajdevv
    @surajdevv 3 місяці тому

    ⚡⚡

  • @AANANDY-jm6tm
    @AANANDY-jm6tm 3 місяці тому

    Niceee