Answer:
It's A. a CompTIA certificate and D. a Microsoft-certified desktop support
certificate
Explanation:
I got it right.
Resheach thngs that instrest him and that fit the guidlines
Answer:
Enter a number: 7
Enter a number: 10
Traceback (most recent call last):
File "main.py", line 3, in <module>
print (numi + num2)
NameError: name 'numi' is not defined
Explanation:
The typo in the print statement causes a run-time error, where obviously num1+num2 was expected, and an output of 17.