MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / Programmer

Class Programmer

Chapter 10 - PS/01_problem1.py:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Programmer:
2 company = "Microsoft"
3 def __init__(self, name, salary, pin):
4 self.name = name
5 self.salary = salary
6 self.pin = pin
7
8
9p = Programmer("Harry", 1200000, 245001)

Callers 1

01_problem1.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected