Q. Modify the above program so as to print output as 5@10@9.


You can understand by Watching video :-



Answer :-

a = 5
b = a*2
c = b-1
print(a,"@",b,"@",c)

Output :-

5 @ 10 @ 9
>>>

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post