Question
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
4 years 2 Answers 721 views Master

Question
Find 5 in the given list l=[7,5,6,5,4]
in progress 0
4 years 1 Answer 743 views Master

Question
Return the index of the location where 5 is found in a user-provided list. If not found, display a message.
0
4 years 0 Answers 443 views Master

Question
From the string : s="I love to learn from The Data Monk" Print only those characters that are consonants.
in progress 0
4 years 2 Answers 738 views Master

Question
Insert "Sanitizer" at the 4th position in the kit. kit=["gloves", "masks", "disinfectant", "spray-cleaner", "vaccine"]  
in progress 0
4 years 1 Answer 757 views Master

Question
Write a program to combine the given lists into A. A=[3,6,7,8] B=[2,6,9,11,40]
in progress 0
4 years 2 Answers 807 views Master