CBSE Class 11 Computer Science Question 35 of 106

Python Fundamentals — Question 21

Back to all questions
21
Question

Question 21

To convert the read value through input( ) into integer type, ..........( ) is used.

  1. floating
  2. float
  3. int ✓
  4. integer
Answer