0
What are itertools?
i do not understand them.
6 Answers
+ 8
its a python library with some rich functions . always remember python official docs are you best friend .
+ 8
read the docs for many awesome functions :D
+ 7
the one I most use is product . its for multiplying two sets . another useful ones are count , returns a count object that you can get the .next() value . repeat for repeating a object
+ 7
https://discord.gg/zDnBmAJ join us and other SL mods here if you want . just don't spam this link
+ 1
can you name some functions and their use?
+ 1
thanks :]