MCPcopy Create free account
hub / github.com/CodeWithHarry/The-Ultimate-Python-Course / 01_problem1.py

File 01_problem1.py

Chapter 10 - PS/01_problem1.py:None–None  ·  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

Callers

nothing calls this directly

Calls 1

ProgrammerClass · 0.70

Tested by

no test coverage detected