#Write your class code here using pythonword = "CANCEL"spaces = 10border = 'x'b1 = buttons(word, spaces, border)print("=======================================================")b2 = buttons("Notify",3, '!')print("=======================================================")b3 = buttons('SAVE PROGRESS', 5, '$')
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here