Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
init constructor
#python 3.5.2 class arjunreddy: def __init__(self, act1,age1,act2,act3): self.act=act1 self.age=age1 self.actt=act2 self.acttt=act3 shiva=arjunreddy("fighting",50,"screaming","shouting") print(shiva.actt)
run
|
edit
|
history
|
help
0
Tail recursion & Memoisation utilities
H.W 5-Solution
Prac1_2
Add missing names
montecarlo
molecular mass
shuru4
Yogesh.py
Search for sum of pairs in given array
PyISP