If it's MS Word (it probably is), then it's Alt + F7
Answer:
freeware
Explanation:
a freeware is a software that is available free of charge but is not distributed with the source code.
Answer:
Students who plagiarize or otherwise engage in academic dishonesty face serious consequences. Sanctions may include, but are not limited to, failure on an assignment, grade reduction or course failure, suspension, and possibly dismissal.
It looks like you need to get both numbers from the input. Try doing something like this:
print(int(input()) + int(input()))