Answer:
Don't answer him because you don't know what he is going to do
Answer:
An operating system is a software that helps the any computers basic needs or functions. For example, the windows on a computer is a operating system.
Explanation:
Explanation:
num1= print("Enter a number :")
num2 = print("Enter a number :")
sum = num1 + num2
print(sum)