PYTHON NA ENNADA SERIES CODE NO:15

 from sys import argv


kk,jj,ss = argv

print('kk is a',kk)
print('jj is the friend of',jj)
print('ss is the brother of',ss)

Comments

Popular posts from this blog

PYTHON NA ENNADA VIDEO NO 18 SOURCE CODE

Java Script Na Ennada Series Video No : 9 Code