Computer Science, asked by kritikaritambhar2004, 3 months ago

If Ram has typed T = ['Ramesh' ,'21', 'Science', '60.5'] , then what does T refer to?​

Answers

Answered by archana2025
1

Answer:First array elements raised to powers from second array

Sample data: {'X':[78,85,96,80,86], 'Y':[84,94,89,83,86],'Z':[86,97,96,72,83]}

Expected Output:

X Y Z

0 78 84 86

1 85 94 97

2 96 89 96

3 80 83 72

4 86 86 83

Explanation:

Similar questions