I
please give me answer
Answers
- In order to write useful programs, we almost always need the ability to check ... The boolean expression after the if statement is called the condition
Explanation: A conditional statement (also called an If-Then Statement) is a statement with a hypothesis followed by a conclusion.
2. "While" Loop
Explanation: For example, if we want to ask a user for a number between 1 and 10, we don't know how many times the user may enter a larger number, so we keep asking "while the number is not between 1 and 10".
3. Generally,
Double quotes are used for string representation and single quotes are used for regular expressions, dict keys or SQL. Hence both single quote and double quotes depict string in python but it's sometimes our need to use one type over the other.
4. The strlen() function is used to find the length of a string.
To find length of a string, we can use strlen function of "string.h." C program to find length of a string without using strlen function, recursion
I hope it helps you..