max function Question YashikaKhurana Write a function to find the maximum of 3 numbers. in progress 0 Python 55 years 6 Answers 964 views Master
All argument types Question YashikaKhurana Write a function with required, default, packed, and keyworded arguments. in progress 0 Python 55 years 1 Answer 785 views Master
Print numbers Question YashikaKhurana Print all digits from 1 t0 9 except 5. in progress 0 Python 55 years 2 Answers 880 views Master
weather advisory Question YashikaKhurana Write a program to give an advisory if the weather is sunny, rainy, or cold. But no advisory for any other input. in progress 0 Python 55 years 2 Answers 808 views Master
Find 5 Question YashikaKhurana Find 5 in the given list l=[7,5,6,5,4] in progress 0 Python 55 years 1 Answer 832 views Master
Find item from list Question YashikaKhurana Return the index of the location where 5 is found in a user-provided list. If not found, display a message. 0 Python 55 years 0 Answers 489 views Master
Print Consonants Question YashikaKhurana From the string : s="I love to learn from The Data Monk" Print only those characters that are consonants. in progress 0 Python 55 years 2 Answers 822 views Master
Insert element at index Question YashikaKhurana Insert "Sanitizer" at the 4th position in the kit. kit=["gloves", "masks", "disinfectant", "spray-cleaner", "vaccine"] in progress 0 Python 55 years 1 Answer 834 views Master
Combine lists Question YashikaKhurana Write a program to combine the given lists into A. A=[3,6,7,8] B=[2,6,9,11,40] in progress 0 Python 55 years 2 Answers 916 views Master
Largest in list Question YashikaKhurana Write a program to find the largest element from the following list: lis=[11,30,11,99,99] in progress 0 Python 55 years 2 Answers 834 views Master