Hi,
The word you are looking for is "Hacking".
"Hacking is unauthorized entry into a computer system via any means."
Hope this helps.
r3t40
Answer:
A pre-programmed function is a section of code which is reusable to perform certain routine. One benefit of using a pre-programmed function to analyze data is the code redundancy can be reduced. The function is only written for once and it can be called to perform a specific data analysis whenever it is needed.
Besides, a pre-programmed function also offer consistent analytical output as all data are processed by a same analytical procedure in the function.
It looks like you need to get both numbers from the input. Try doing something like this:
print(int(input()) + int(input()))