this is abcd.py(python3.x) file it consist below code like:
print("welcome to python") def abc(a,b): s = a+b return s
h