Summary
Keywords
Full Transcript
Solution of Task 1 - https://colab.research.google.com/drive/15ouziM6EkwvOYIJM_Z4kX9AUJ6TmmZnh?usp=sharing Solution of Task 2 - https://colab.research.google.com/drive/1mkBnQb0IELTQCpQ9nhtEYhqOgG84DTVd?usp=share_link 00:00:00 Session start 5:30 T1Q1 - Print the given strings as per stated format. 8:28 T1Q2 - Write a program that will convert celsius value to fahrenheit. 10:28 T1Q3 -Take 2 numbers as input from the user.Write a program to swap the numbers without using any special python syntax. 13:24 T1Q4 - Write a program to find the euclidean distance between two coordinates.Take both the coordinates from the user as input. 18:31 T1Q5 Write a program to find the simple interest when the value of principle,rate of interest and time period is provided by the user. 22:20 T1Q6 Write a program that will tell the number of dogs and chicken are there when the user will provide the value of total heads and legs. 28:29 T1Q7 Write a program to find the sum of squares of first n natural numbers where n will be provided by the user. 30:37 T1Q8 Given the first 2 terms of an Arithmetic Series.Find the Nth term of the series. Assume all inputs are provided by the user. 35:37 T1Q9 Given 2 fractions, find the sum of those 2 fractions.Take the numerator and denominator values of the fractions from the user. 39:32 T1Q10 Given the height, width and breadth of a milk tank, you have to find out how many glasses of milk can be obtained? Assume all the inputs are provided by the user. 47:28 Session 2 Task Solution Start 47:34 T2Q1 Write a program that will give you in hand monthly salary after deduction on CTC - HRA(10%), DA(5%), PF(3%) and taxes deduction as below 51:35 T2Q2 Write a program that take a user input of three angles and will find out whether it can form a triangle or not. 55:13 T2Q3 Write a program that will take user input of cost price and selling price and determines whether its a loss or a profit. 56:37 T2Q4 Write a menu-driven program 1:01:37 T2Q5 Display Fibonacci series up to 10 terms. 1:06:03 T2Q6 Find the factorial of a given number. 1:10:29 T2Q7 Reverse a given integer number. 1:16:41 T2Q8 Take a user input as integer N. Find out the sum from 1 to N. If any number if divisible by 5, then skip that number. And if the sum is greater than 300, don't need to calculate the sum further more. Print the final result. And don't use for loop to solve this problem. 1:27:15 T2Q9 Write a program that keeps on accepting a number from the user until the user enters Zero. Display the sum and average of all the numbers. 1:32:07 T2Q9 Write a program which will find all such numbers which are divisible by 7 but are not a multiple of 5, between 2000 and 3200 (both included). The numbers obtained should be printed in a comma-separated sequence on a single line. 1:35:42 T2Q10 - Write a program, which will find all such numbers between 1000 and 3000 (both included) such that each digit of the number is an even number. The numbers obtained should be printed in a space-separated sequence on a single line. 1:48:29 T2Q11 A robot moves in a plane starting from the original point (0,0). The robot can move toward UP, DOWN, LEFT and RIGHT with a given steps. 2:08:24 T2Q12 Write a program to print whether a given number is a prime number or not 2:11:00 Session Ending
