示例#1
0
 def option_3(self):
     print(retrieve_statistics(self.data, 6, "sacks"))
     self.process_menu_selections()
示例#2
0
 def option_1(self):
     print(retrieve_statistics(self.data, 4, "tackles"))
     self.process_menu_selections()
示例#3
0
 def option_1(self):
     print(retrieve_statistics(self.data, 3, "completions"))
     self.process_menu_selections()
示例#4
0
 def option_2(self):
     print(retrieve_statistics(self.data, 5, "assisted"))
     self.process_menu_selections()
示例#5
0
 def option_5(self):
     print(retrieve_statistics(self.data, 11, "interceptions"))
     self.process_menu_selections()
示例#6
0
 def option_4(self):
     print(retrieve_statistics(self.data, 10, "touchdowns"))
     self.process_menu_selections()
示例#7
0
 def option_2(self):
     print(retrieve_statistics(self.data, 4, "attempts"))
     self.process_menu_selections()
示例#8
0
 def option_5(self):
     print(retrieve_statistics(self.data, 9, "fumbles"))
     self.process_menu_selections()
示例#9
0
 def option_3(self):
     print(retrieve_statistics(self.data, 7, "longest"))
     self.process_menu_selections()