X = int(input(“Enter a number”))
table = x * 9
print table
#For the number inputed it will output that number multiplied by 9
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).
You would want to check for any programs running in the background, as well as run a virus scan.
Audio designer
Audio designers plan , sound effects, music and pretty much anything that has to do with sound in a video game
Answer:
numbers = []
for i in range(3):
numbers.append(eval(input("Enter number: ")))
print('Sum is:', sum(numbers))
Explanation:
You want to use a loop to prevent repeating your code.