Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
error
#python 3.5.2 class Employee: emp_id=20 def get(self): self.name=input("enter name") self.id=int(input("enter id") def put(self): print("name is",self.name,"id is",self.id) class Goggle(Employee) pass g1=(Google) g1.get() g1.put()
run
|
edit
|
history
|
help
0
exception handling from user
course 2 steve sch
Z Pattern ( first python program)
gj4
"Hello,world!"
pyCustomEnum
ms 80
counte
f strings
Game4