I would say don't use more than 8-9 graph lines
Game-theif Trojans is the malware that makes a backdoor into your email account by which you are playing a game or has downloaded it and thus by this all information of user is exposed.
So option D is the answer.
Option A cannot be answer because Trojan does not use files for its purpose.
Option B cannot be a good option because Trojan works in online could.
Option C cannot be a option because Trojan does not need executable to attack your account.
head1 = "Number: "
head2 = "Multiplied by 2: "
head3 = "Multiplied by 10: "
NUM_LOOPS = 10 # Constant used to control loop.
print("0 through 10 multiplied by 2 and by 10" + "\n")
# Initialize loop control variable.
# Write your counter controlled while loop here
# Multiply by 10.
# Multiply by 2.
x = 0
while(x<11):
print(head1 + str(x))
print(head2 + str(x*2))
print(head3 + str(x*10))
x += 1
# Next number.
I think the answer is c wooden frame