USING MICROSOFT EXCEL
ADJUSTING COLUMN WIDTH ROW HEIGHT IN EXCEL
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
A) =Count("String")B) =Len("String")answer choices
|
Both will give the same output
|
|
A) is correct B) is wrong
|
|
A) is wrong B) is correct
|
|
Both will give an error
|
Explanation:
Detailed explanation-1: -String is an array of Characters with null character as the last element of array.
Detailed explanation-2: -Python String count() Method The count() method returns the number of times a specified value appears in the string.
Detailed explanation-3: -Explanation: The correct statement is that Functions are reusable pieces of programs.
Detailed explanation-4: -In python, the ‘b’ character before a string is used to specify the string as a “byte string“. For example: b str = b’Hey I am a byte String’ Now, b str doesn’t store a String object, instead, it stores a Byte String object.
There is 1 question to complete.