find type 2 Question YashikaKhurana Find the type of b where: b=[] in progress 0 Python 55 years 1 Answer 954 views Master
find type 1 Question YashikaKhurana Find the type of a where a="1234" in progress 0 Python 55 years 2 Answers 740 views Master
syntax condition Question YashikaKhurana ( result 1, result 2) [condition] In the above given syntax. of ternary operator, what does result 1 corresponded to? in progress 0 Python 55 years 2 Answers 865 views Master
ternary operator use Question YashikaKhurana What is the use of ternary operator? in progress 0 Python 55 years 1 Answer 766 views Master
printPrint min of two numbers Question YashikaKhurana Print the minimum of two numbers using conditional operators. in progress 0 Python 55 years 2 Answers 934 views Master
conditional operator to check lower case Question YashikaKhurana Use a conditional operator to check if a string is lower case or not. in progress 0 Python 55 years 1 Answer 860 views Master
upper case tuple without loop Question YashikaKhurana Convert all strings in ["mi", "kkr", "rcb", "pbks", "dd"] to upper case, w/o s=using for loop. in progress 0 Python 55 years 3 Answers 911 views Master
return string length Question YashikaKhurana Return string length of all the strings in ["Spain", "Mykonos", "Nice", "New York"] without using a for loop. in progress 0 Python 55 years 3 Answers 896 views Master
map to add strings Question YashikaKhurana Add ( "i", "love", "python") and ("just", "the", "most") using map() in progress 0 Python 55 years 2 Answers 987 views Master
use map to add two tuples Question YashikaKhurana Use map to add (10, 20, 30) and (40, 50, 60) in progress 0 Python 55 years 2 Answers 821 views Master