Computer Science, asked by gopalsingh14091974, 6 months ago

Identify the valid declaration of d: d=(“hello”,34,56.7)

1 point

i) List

ii) tuple

iii) dictionary

iv) set

Answers

Answered by vijayababu3399
0

Explanation:

Output would be [2.23, 'john', 70.200000000000003]. What is the output of print tinylist * 2 if tinylist = [123, 'john']? It will print list two times. Output would be [123, 'john', 123, 'john'].

Answered by divyanshuverma87
5

Explanation:

Identify the valid declaration of d: d=(“hello”,34,56.7) is tuple

Similar questions