I am very new to python. On one of the tutorial I saw (about Tensorflow) I encourted this wierd notation that I never saw on any other langage.
So can someone explain what this do?
train_labels, train_samples = shuffle(train_labels, train_samples)
or
What does x, y = function(x, y)
mean in general.