def dummey_text(name='samsung',action='android',item='samsung j5'): print(name, action, item) dummey_text() dummey_text('huwaie','android','huwaie mini tab') dummey_text('japan_x','java') dummey_text(item='DUS5',name='galaxy note', action='java')
Subscribe to:
Post Comments (Atom)
-
import sys from PyQt4 import QtGui class Example(QtGui.QWidget): def __init__(self): super(Example,self).__init__() s...
-
Click here to view the problem /*** Md. Namzul Hasan Shahjalal University of Science & Technology,Sylhet. hasan08sust@gmail.com **...
No comments:
Post a Comment