Author : Admin
Which of the following Python statements is syntactically incorrect?
a, b = 10, 15
a = b = 1, 2
a, = 1, 2
a, b = 2, (3, 5)
a, b = 2, 3, 5
You must be logged in to post a comment.
Only fill in if you are not human