Answer:
15
Inside the type declaration, you specify the maximum length the entry can be. For branch, it would be 15.
I can't seem to type the full "vc(15)" phrase because brainly won't let me.
Answer:
Farah has completed a post-secondary education program and is now ready to begin working, without additional training, on her first day .
Explanation: HoPe ThIs HeLpS
Option A. is the correct answer the other three are not professional behaviour if you would like an explanation as to why they are not just comment
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.