Saturday, June 29, 2019

functions2 in puthon


""" ***********************************************
programming Language :Python
Tool(IDE) used :Anaconda -> Spider
 date:06-06-2019
 created by:ANIL DURGAM

*****************************************************"""
# function definition
def greeting():
    print("HELLO")
# main program using defined functions
greeting()

output:
HELLO

No comments:

Post a Comment

python class topic video