class ClassName :
function __init__(self):
self Num1 = 9
Num2 = 7
function getNum1(self):
1stNumber = Num1
2ndNumber = Num2
# It can't get the 2nd number because the variable doesn't have self before it