Computer Science, asked by yashodabeedagani, 5 months ago

The following function finds the sixth power of 2 i.e. 64 Choose the correct option to fill in the blanks on lines 4 and 7. (2 Points) line no. 4 : 2*power(n) ; line no. 7 : 2 line no. 4 : 6*power(n) ; line no. 7 : 6 line no. 4 : n*n ; line no. 7 : 2 line no. 4 : 6*power(n) ; line no. 7 : 2

Answers

Answered by ajayyd463
1

Answer:

Write a Python function that takes a sequence of numbers and ... 2. Write a Python program to create all possible strings by using 'a', 'e', 'i', 'o', 'u'. ... value of n where n degrees of number 2 are written sequentially in a line without spaces. ... For example, when 6 and 7 are added to make 13, the "3" is written ...

Explanation:

Similar questions