コード例 #1
0
ファイル: CLI.py プロジェクト: josephxsxn/alchemists_notepad
	def distinct_brewed_potions(self):
		for potion in PotionCombinations.distinct_potions_list(self.potion_list):	
			print(str(potion.to_string() + ' #' + potion.get_hash()))
コード例 #2
0
ファイル: CLI.py プロジェクト: josephxsxn/alchemists_notepad
 def distinct_brewed_potions(self):
     for potion in PotionCombinations.distinct_potions_list(
             self.potion_list):
         print(str(potion.to_string() + ' #' + potion.get_hash()))