Q:

In python we do not specify types, it is directly interpreted by the compiler, so consider the following operation to be performed

0

In python we do not specify types, it is directly interpreted by the compiler, so consider the following operation to be performed

// is integer operation in python 3.0 and int(..) is a type cast operator.


  1. x = 13 // 2
  2. x = int(13 / 2)
  3. x = 13 % 2
  4. All of the mentioned

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

All of the mentioned

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now