Computer Science, asked by chetriadarsh31, 2 months ago

def double_t(x):

print(2**x)

double_t(3)

ITS OUTPUT​

Answers

Answered by akhilagoudakki1010
4

Answer:

it's output is '6'.

Not to difficult.just exchange everywhere inside the function the X by 3. then you just have to calculate.

Similar questions