Math, asked by simmivivek, 9 months ago


 \sqrt{2}  \times  \sqrt{\pi}  \times  \sqrt[3]{8}
Difference between Python and Java​

Answers

Answered by sharon47
1

Answer:

The biggest difference between the two languages is that Java is a statically typed and Python is a dynamically typed. Python is strongly but dynamically typed. This means names in code are bound to strongly typed objects at runtime. ... Static type inference in Python is a known hard problem.

Similar questions