Join Regular Classroom : Visit ClassroomTech

Miscellaneous

Accenture Logical Reasoning Questions and Solution | Codewindow.in

Question 1 Question Answer Explanation Question 1. Four of the following five are alike in a certain way and so form a group. Which is the one that does not belong to that group? A. Chess B. Badminton C. Cricket D. Volleyball E. Table tennis Answer A. Chess Explanation Remaining games are played in the

Accenture Logical Reasoning Questions and Solution | Codewindow.in Read More »

Hackwithinfy Solution 2021

Making Strings Equal Solution in Python #codewindow.in #MAKE STRING EQUAL #Code in PYTHON res=0 def equal(s,n): global res k=list(s) while len(k)!=n: k.pop(0) res+=1 return ”.join(k) a=input() b=input() c=input() s=len(a)+len(b)+len(c) m=min(len(a),len(b),len(c)) if len(a)>m: a=equal(a,m) if len(b)>m: b=equal(b,m) if len(c)>m: c=equal(c,m) if a==b==c: print(res) else: print(s) #end Join Our Telegram Group Visit our Facebook Page

Hackwithinfy Solution 2021 Read More »