Computer Science, asked by nayyardemha, 8 months ago

Guys these are python programs please helps these 2 questions

Attachments:

Answers

Answered by Sidra1103
1

Answer 1:

a=input("Enter your name")

print("Welcome",a)

Answer 2:

x=int(input("Enter first number"))

n=int(input("Enter second number"))

print("Evaluated answer of x to the power n=",pow(x,n))

Similar questions