Skip to main content
๐Ÿ”ฎ Output PredictionPY Python Medium+20 XP

Unpacking Values

What gets printed?

Python
a, *b, c = [1, 2, 3, 4, 5]
print(b)

๐Ÿ”ฎ What is the output?

Priygop - Leading Professional Development Platform | Expert Courses & Interview Prep