Example program on None
def ex():
a=10
print(ex())
""" out put """
None
def ex():
a=10
print(ex())
""" out put """
None
#Ask the user to take two input integer values var a,b try: a=int(input("enter any integer value:")) b=int(input(&qu...
No comments:
Post a Comment