I think C is correct I looked into some Python and that would seam like the most logical answer
Answer:
Explanation:
print(list1)
['C++', 'JAVA', 'ASP.PHP']
[2:-2]
Gets 2 position(C++) to -2 position(ASP.PHP), JAVA is in the Middle
print(list2)
[]
Gets middle of C++(nothing)
print(list3)
['Python', 'JAVA', 'MySQL']
Get first, jump 3, get first...
'get', 'any', 'any', 'get', 'any', 'any', 'get', ...
Circled plus sign adds another worksheet
Answer: it means if you give a bad input it will result in a ad output.
Explanation:
It has n acronym GIGO which refers to how the quality of an output is determined by the quality of input.
Garbage is trash info... or input. And grabage out is the trash output.