Computer Science, asked by yukta3011, 9 months ago

What gets printed? Assuming python version 2.x print type(l/2)

Answers

Answered by khushisingh4899
0

Answer:

python version 2.x print type(l/2)

Answered by Anonymous
0

The code that gets printed is python version <type 'int' >

  • The given code is the python language code. Python is a high level programming language. The language is used to develop various GUI applications.
  • Type int is the integer and are either positive or negative without any decimal points.
  • Thus, when the input is 2.x print type(l/2), <type int> will be the output.

Similar questions