Using Python, I am trying to add 2+ values to a List using a For loop.
I know rather than using append, extend should be used to add multipl
append
extend