JpnHOP
Jan 30, 2019 - 16:49
Hi. If it was you how will you make a code who does something like that ? :
The picture is here
What type of dictionnary would you use for a simple code like that ?
Hi. If it was you how will you make a code who does something like that ? :
The picture is here
What type of dictionnary would you use for a simple code like that ?
@JpnHOP, I would suggest the basic Python set data type. Store the names as strings, and use set methods to get the difference, intersection, whatever.
Thanks it should be a great starting point for it ^^.