• HOME
  • QUIZ
  • CONTACT US
EXAMIANS
  • COMPUTER
  • CURRENT AFFAIRS
  • ENGINEERING
    • Chemical Engineering
    • Civil Engineering
    • Computer Engineering
    • Electrical Engineering
    • Mechanical Engineering
  • ENGLISH GRAMMAR
  • GK
  • GUJARATI MCQ

Python

Python
What is the output of print 0.1 + 0.2 == 0.3 in python?

False
Machine dependent
True
Error

ANSWER DOWNLOAD EXAMIANS APP

Python
Why are local variable names beginning with an underscore discouraged in Python Programming?

they confuse the interpreter
they are used to indicate a private variables of a class
they slow down execution
they are used to indicate global variables

ANSWER DOWNLOAD EXAMIANS APP

Python
What data type is the object below in Python? L = [1, 23, 'hello', 1]

dictionary
tuple
array
list

ANSWER DOWNLOAD EXAMIANS APP

Python
To add a new element to a list we use which Python command?

list1.append(5)
list1.addLast(5)
list1.addEnd(5)
list1.add(5)

ANSWER DOWNLOAD EXAMIANS APP

Python
What type of data is: a=[(1,1),(2,4),(3,9)]?

Invalid type
Array of tuples
List of tuples
Tuples of lists

ANSWER DOWNLOAD EXAMIANS APP

Python
When is the finally block executed?

only if some condition that has been specified is satisfied
when there is an exception
when there is no exception
always

ANSWER DOWNLOAD EXAMIANS APP
MORE MCQ ON Python

DOWNLOAD APP

  • APPLE
    from app store
  • ANDROID
    from play store

SEARCH

LOGIN HERE


  • GOOGLE

FIND US

  • 1.70K
    FOLLOW US
  • EXAMIANSSTUDY FOR YOUR DREAMS.
  • SUPPORT :SUPPORT EMAIL ACCOUNT : examians@yahoo.com

OTHER WEBSITES

  • GUJARATI MCQ
  • ACCOUNTIANS

QUICK LINKS

  • HOME
  • QUIZ
  • PRIVACY POLICY
  • DISCLAIMER
  • TERMS & CONDITIONS
  • CONTACT US
↑