Comp CH 1 WS2
Comp CH 1 WS2
Comp CH 1 WS2
Output of :
a,b,c = 20,40,60
8 b+=10
c+=b
print(a,b,c)
9 Write a program to enter 2 number and find sum and product
Write a program to enter temperature in Fahrenheit and convert it
10
in Celsius.