Devgad College

which of the following function convert a string to a float in python? int(x[,base]) float(x) str(x) long(x [,base] ) 2. Which of the following functions checks whether all the characters in a string are whitespaces? isnumeric() swapcase. istitle isspace 4. Which of the following is an invalid statement? abc = 1,000,000. a b c = 1000 2000 3000. a,b,c = 1000, 2000, 3000. a_b_c = 1,000,000. 2 ... ................
................