Fill up the blanks in the following program to get the output :
Valueofx= 10
Value of y = 20
Sum of x andy= 30
Class sample:
x, _______ = 10, 20 -------------------(1)
s = _______ --------------------(2)
print ("value ofx = '',____ )-------------(3)
print ("value ofy ='',__ ) -------------(4)
print ("sum of x and y =", __ ) --------(5)