Join Regular Classroom : Visit ClassroomTech

Author name: Code_Window

SNC Lavalin Recruitment 2021

As one of the world’s leading consultancies operating in the built and natural environment, we offer unparalleled opportunities for talented individuals in search of a rewarding career both in India and around the world. Atkins India is committed to design excellence in the delivery of first-class solutions which combine innovation, imagination, and best practice. Atkins

SNC Lavalin Recruitment 2021 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 »

TCS Digital Sample Question Paper | Coding Questions

←← Previous Page TCS Digital Coding Questions: Question 1: Write a program to find the count of numbers that consists of unique digits.Input:Input consists of two Integer lower and upper value of a rangeOutput:The output consists of a single line, print the count of unique digits in a given range. Else Print”No Unique Number“. Solution:

TCS Digital Sample Question Paper | Coding Questions Read More »