Answer:
please give me brainlist and follow
Explanation:
Genetic variations that alter gene activity or protein function can introduce different traits in an organism. If a trait is advantageous and helps the individual survive and reproduce, the genetic variation is more likely to be passed to the next generation (a process known as natural selection).
Answer:
CRM system can help customers about the service supplied.
Explanation:
CRM stands for Customer Relationship Management and CRM system is a useful tool for communicating with customers.
CRM can keep the data about the order provided by the customer and has updated info about its status.
For example, if the customer of a logistics company wants to know where his/her order is, customer represantative can give up-to-date info about the order where abouts. Or the customer directly uses web to check the status of the order.
All these service can be provided by a CRM system, since drones can send its location to CRM systems.
install memory requires you to take off the bottom portion of the laptop.
Answer:
The answer is "Option A".
Explanation:
The program to the given question can be given as:
program:
var1 = "Happy" #defining variable var1
var2= "Birthday" #defining variable var2
var3 = (var1+var2) *2 #defining variable var3 and calculate value
print (var3) #print value.
Output:
HappyBirthdayHappyBirthday
In the above python program, three variable is defined, that is var1, var2, and var3, in which variable var1 and var2 we assign a value, that is "Happy" and "Birthday".
In variable var3 we add the value of var1 and var2 variable and multiply by 2. It will print the variable value two times. and other options are not correct that can be defined as:
- In option B and C, Both variable var1 and var2 print there values two times but in option B var1 value print two time and var2 value print one time only and option C var1 variable value is print only one time and var2 variable value is print two times that's why it is not correct.
- In option C, Both variable var1 and var2 print there values two times that's why it is not correct.