Computer Science, asked by hsidhu2143, 1 year ago

what is Dynamic Typing of Python?

Answers

Answered by priyasri99
1

Answer:

  1. Python is a dynamically-typed language.
  2. Java is a statically-typed language.
  3. In a weakly typed language, variables can be implicitly coerced to unrelated types, whereas in a strongly typed language they cannot, and an explicit conversion is required.
Similar questions