Wednesday, December 8, 2021

python functions test1

 


def anil():

    print("testing the values")

    

anil()


def anil_test():

    print("testing is working")

    

    

anil_test()

No comments:

Post a Comment

python class topic video