Page 1 of 1

Python: Classes - # 2

Posted: Tue Oct 14, 2025 4:31 pm
by Jason

Code: Select all

class fav_NFL_football_teams:

	fav_NFL_football_teams.year = 2025

		def __inti__ (self, the_fav_NFL_team, the_2nd_fav_NFL_team):

		self.the_fav_NFL_team = the_fav_NFL_team

		self.the_2nd_fav_NFL_team = the_2nd_fav_NFL_team

the_top_fav_NFL_teams_of_Brian = fav_NFL_football_teams(Buffalo Bills, Houston Texans)

print(f "Brian's favorite NFL team for {fav_NFL_football_teams.year} is {the_top_fav_NFL_teams_of_Brian.the_fav_NFL_team}