Guys these are python programs please helps these 2 questions
Attachments:
Answers
Answered by
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
History,
4 months ago
Geography,
4 months ago
Political Science,
4 months ago
Physics,
8 months ago
Business Studies,
11 months ago
Biology,
11 months ago