Computer Science, asked by jillujose, 5 months ago


DEBUG THE FOLLOWING
1. a;b;c= ((eval(input("Enter 3 values:")))
p== a+b+c
print("perimeter of a triangle ="p)​

Answers

Answered by AbhishekR1334
1

replace == with =

in second line

Similar questions