what caution should be taken using dynamic typing in python????
Answers
Answered by
3
Answer:
Errors won't be found until run time
Explanation:
With statically typed languages such as Java, certain errors like Type errors will be detected when compiling, before you even attempt to run the program. However with dynamically typed languages such as Python, certain errors won't be found until that line of code is actually being executed.
Answered by
4
Answer:
here is your answer
Explanation:
please mark me as brainlist
Attachments:
Similar questions