find type 1 Question YashikaKhurana Find the type of a where a="1234" in progress 0 Python 55 years 2 Answers 739 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 864 views Master
ternary operator use Question YashikaKhurana What is the use of ternary operator? in progress 0 Python 55 years 1 Answer 765 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 932 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 858 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 910 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 895 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 986 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 820 views Master
enumerate string initial iterator Question YashikaKhurana Enumerate "I speak Python." Set initial iterator to 1. in progress 0 Python 55 years 1 Answer 801 views Master