Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
normal,*args,**kwargs
#python 3.5.2 def function1(normal,*args,**kwargs): print(normal) for item in args: print(item) for key,value in kwargs.items(): print(key,' ',value) normal=("ok ok hehehe") argsbhai=["bunny","manu","rani","goru","mastani","sheru"] kwargsbhai={"mobile":"earphone","bike":"bikes","punjabi":"songs"} function1(normal,*argsbhai,**kwargsbhai)
run
|
edit
|
history
|
help
0
Lesson4
Dictionary example
playing around with python
Prueba
Get count
https://rextester.com/HYVN80193
Redd
test1.py
Page 353 ex 42
Python3