Answer:
Answer is b. 10
Explanation:
The find() method is used to search the string for a specified value and searches the first occurrence of that value. It returns the position of that specified value. If the value is not found, this method returns -1.
Lets say we have a message variable that contains the string Happy holidays.
message = "Happy holidays"
We use the method find() to find days word from the Happy holidays string in the message variable.
The find() method will find the position of day.
If we look at the string Happy holidays we see that the word day is at the 10th position of the string.
H 1
a 2
p 3
p 4
y 5
h 6
o 7
l 8
i 9
d 10
a 11
y 12
s 13
So it is at 10th position so the statement
message.find("days")
returns 10
Answer:
OLTP(Online transaction processing) is the correct answer.
Explanation:
It is the database application that is used to catching the transection and that data or information which is related to the technology for the purpose of.
- Process that data and information which is related to the following rules of the business or company.
- It stores the data or information related to the online transaction.
- It also helps to modify the current data or information for the new data or information.
Answer:
binary,decimal, hexadecimal and octal number system
Paste special allows the item being transferred to be formatted in several different ways. Paste is just going to be transferred the exact way you copied it.
Answer:
five to 10 weeks
On average, it can take anywhere from five to 10 weeks to learn the basics of Python programming, including object-oriented programming, basic Python syntax, data types, loops, variables, and functions.
: