Music Score using Python

Music-ScoreIn this challenge we are going to use Python to draw a music score by positioning notes on the staff.

Look at the following code:

Your challenge:


Tweak the code given above so that the user can enter several notes at the same time. For instance the user should be able to type “CABFFE”. The program should display all six notes on the staff.

By completing this challenge you will further improve your string manipulation techniques in Python.

Did you like this challenge?

Click on a star to rate it!

Average rating 3 / 5. Vote count: 1

No votes so far! Be the first to rate this post.

As you found this challenge interesting...

Follow us on social media!

Tagged with: