enter image description here
I used a set to assign values to names.
jupyter notebook gave this output. Can anyone explain this?
I expected {“aaa”, “bbb”, “ccc”} as the output.
is *names a tuple?
enter image description here
I used a set to assign values to names.
jupyter notebook gave this output. Can anyone explain this?
I expected {“aaa”, “bbb”, “ccc”} as the output.
is *names a tuple?