Summary
Keywords
Full Transcript
Code - https://colab.research.google.com/drive/1HLKrP34x9ypGXqN44XcAvlwuEmWZ7idg?usp=sharing ✍️Question wise Timestamp 00:00:00 Session Start 0:10 1. Write a program to use for loop to print the following reverse number pattern. 2:51 2. Print the * pattern. 6:27 3. Print the * pattern-2 10:42 4. Print the number pattern 12:29 5. Find the Sum of the Series till the nth term: 1 + x^2/2 + x^3/3 + … x^n/n 16:38 6. write a program to calculate the sum of the first seven terms of natural logarithm series. 20:09 7. Write a program to calculate the sum of series up to n term. For example, if n =5 the series will become 2 + 22 + 222 + 2222 + 22222 = 24690. 24:31 8. Write a program to print all the unique combinations of 1,2,3 and 4 25:53 9. Write a program that will take a decimal number as input and prints out the binary equivalent of the number 30:30 10. Write a program that will take 2 numbers as input and prints the LCM and HCF of those 2 numbers 37:56 11: Create Short Form from initial character 40:48 12: Append second string in the middle of first string 44:11 13:Given string contains a combination of the lower and upper case letters. Write a program to arrange the characters of a string so that all lowercase letters should come first. 46:43 14:Take a alphanumeric string input and print the sum and average of the digits that appear in the string, ignoring all other characters. 49:32 15: Removal of all characters from a string except integers 50:33 16: Check whether the string is Symmetrical. 54:52 17: Reverse words in a given String 57:28 18: Find uncommon words from two Strings 1:02:33 19: Word location in String. 1:04:42 20: Write a program that can remove all the duplicate characters from a string. User will provide the input.
