+ 1
See this .... Where it is wrong??
Write a program to calculate the amount that will result from the doubling to understand which choice results in a larger amount. a=int(input()) b=int(input()) c=2*(a**b) print(c)
0 odpowiedzi
Write a program to calculate the amount that will result from the doubling to understand which choice results in a larger amount. a=int(input()) b=int(input()) c=2*(a**b) print(c)