Function Programs
Function Programs
1.waf to perform addition and substraction if "a" is greater than "b" return sum
else return difference
5.waf to search for character in a given string and return corresponding index
string="coding part is done"
8.wap to read 3 numbers from the user,first two numbers should be added and the
result of addition should be substracted by third number
17.waf to reverse a iterable if you are passing string or list or tuple else print
type of the data