0
Please find the error in line 2 b=float.....
a=float(input("Input a number ") b=float(input("B a ")) c=float(input("C")) d=float(input("D")) e=a**b print(e) print(int(e)) f=
1 Answer
a=float(input("Input a number ") b=float(input("B a ")) c=float(input("C")) d=float(input("D")) e=a**b print(e) print(int(e)) f=