Python LetuscrackonApril 19, 2026 Football Player – Total Dribble Paths A football coach wants his team to improve their dribbling skills. So he sets up a R * C grid, where R is the number of rows and C is the…
Python LetuscrackonApril 19, 2026 Students and Department Students and Department Given N students name and department, print the X students belonging to a specific department D. Input Format: The…
Python LetuscrackonApril 18, 2026 Atleast Two Less Than L Three integers A, B, C are passed as input to the program. Another value L is also passed as the input to the program. The program must print…
Python LetuscrackonApril 18, 2026 Next Multiple with Unit Digit D A positive integer N and a digit D are passed as input to the program. The program must print the first multiple of N (which is greater…
Python LetuscrackonApril 17, 2026 First and Last N The program must accept 3N integers and print only the first N integers followed by the last N integers.…
Python LetuscrackonApril 17, 2026 Skip Lunch Count An employee if he had breakfast after 11:00 am on a given day, skips lunch on that specific day. So given the time of his breakfast…
Python LetuscrackonApril 16, 2026 Interchange First Digit Two positive integers X and Y are passed as the input to the program. The program must interchange the first digits of X and Y and print them…
Python LetuscrackonApril 16, 2026 X to Z Ascending – Y to X Descending Three positive integers X, Y and Z are passed as the input to the program. The program must print from X to Z in the forward direction and…
Python LetuscrackonApril 15, 2026 Top Ranking Student – Maths Physics Chemistry The program must accept the marks scored by N students in Maths, Physics and Chemistry and print the name of the single top ranking student.…
Python LetuscrackonApril 15, 2026 Float Sum – Concatenation The program must accept N integers (where N is always even) as the input. The program must form N/2 float values by…