English, asked by udhaya24091994, 5 hours ago

what is compare to tha python​

Answers

Answered by XxSHaReeFxBaCHHaxX
16

Python is often compared to other interpreted languages such as Java, JavaScript, Perl, Tcl, or Smalltalk. Comparisons to C++, Common Lisp and Scheme can also be enlightening. In this section I will briefly compare Python to each of these languages. These comparisons concentrate on language issues only. .

Answered by panickedperson
0

Answer:

There's a subtle difference between the Python identity operator ( is ) and the equality operator ( == ). The == operator compares the value or equality of two objects, whereas the Python is operator checks whether two variables point to the same object in memory

Similar questions