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:20 Source Code ( How to Write a txt File Using Python

PYTHON NA ENNADA VIDEO NO 18 SOURCE CODE