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=

13th Jul 2019, 7:24 AM
Jaival Buchara
Jaival Buchara - avatar
1 Answer