Python coding challenge

Defining arrays

āœØ Your Task

Define an array named band containing the following elements: šŸ‘‰ John, šŸ‘‰ Paul, šŸ‘‰ George, šŸ‘‰ Ringo

āœļø Python Python 3
šŸ‘‰ Press "Run" and check the result below.
Test cases
Array band shoud contain all the expected elements

Want to try another challenge?

Python Fundamentals
A set of coding problems that cover the basic syntax and features of the programming language.