Python quiz (24-07-2023)

1.) What is use of lower ?
a.) to lower all the character
b.) to lower first character
c.) to connect lower character
d ) None of above

2.) Which is immutable ?
a.) list
b.) tuple
c.) dictionary
d.) set

3.) How to access keys of dictionary?
a.) dictionary.keys ()
b.) dictionary.values()
c.) both a and b
d.) None

4.) What is the characteristics of set ?
a.) Allows duplicate
b ) Does not allow duplicate
c.) key value pair
d ) all of above

1 Like

1- to lower all the character
2-tuple
3-dictionary.keys()
4-does not allow duplicate

1 Like

Answers for above quiz

  1. a
  2. b
  3. a
  4. b
1 Like

1.) What is use of lower ?
a.) to lower all the character

2.) Which is immutable ?
b)tuple

4.) What is the characteristics of set ?
b ) Does not allow duplicate

1 Like

1 .a
2 .b
3. a
4. b


1 Like

1.) What is use of lower ?
a.) to lower all the character

2.) Which is immutable ?

b.) tuple

3.) How to access keys of dictionary?
a.) dictionary.keys ()

4.) What is the characteristics of set ?

b ) Does not allow duplicate

1 Like

Answers for the quiz:

  1. a
  2. b
  3. c
  4. b
1 Like
  1. to lower all the character
  2. tuple
  3. dictionary.keys ()
  4. Does not allow duplicate
1 Like
  1. a) to lower all the character
  2. b) Tuple
    3.a) dictionary.keys()
    4.a)Does not allow duplicate
1 Like

answers for above quiz
1-a
2-b
3-a
4-b

1 Like

1)) a
2)) b
3)) a
4)) b

1 Like

Hi this is the answers for the quiz:

  1. a
  2. b
  3. a
  4. b
1 Like

1a
2b
3a
4b


here is the quizz answer

1 Like

sorry the third answer is (b)
sorry, had answered in a hurry.

1 Like
  1. a) to lower all the characters
  2. b) tuple
  3. a) dictionary. keys()
  4. d) does not allow duplicate
1 Like

Q1. a
Q2. b
Q3. a
Q4. b

1 Like

1.) What is use of lower ?
a.) to lower all the character

2.) Which is immutable ?
b.) tuple

3.) How to access keys of dictionary?
a.) dictionary.keys ()

4.) What is the characteristics of set ?
b ) Does not allow duplicate

1 Like

Answer for the above questions

  1. a
  2. b
  3. a
  4. b
1 Like

Amazing guys , keep it up

1 Like

Ans:

  1. a
  2. b
  3. a
  4. b
1 Like