• 5 Famous Programmers and Their Catchy Quotes

checkio

Hi, guys!

We’re excited to announce that we’ve added a new article to our CheckiO blog in which we’re talking about the five famous programmers who’ve made a significant contribution to the world of IT and going over their quotes that became highly popular over the years.

Get a grip on your skills and knock the new missions we have for you dead:

The first one is called “Find Quotes” you are given a string with quotation marks and characters and you need to return an iterable consisting of all quotes.

find_quotes('"Greetings"') == ['Greetings']
find_quotes('Hi') == []

The second is the “Remove Brackets” mission and here you have to remove the unnecessary brackets with a minimum number of deletions to make them balanced.

remove_brackets('(()()') == '()()'
remove_brackets('[][[[') == '[]'

The users who’ve made the TOP 3 this month are Phil15, JamesArruda, and przemyslaw.daniel. Great job! Keep on coding, guys!

Little by little CheckiO is starting to grow and now we have an opportunity to add a new Community-Hero into our team part-time. We have about 300 missions right now and need some help to clean this mess up. Are you interested? Then fill in this simple form so we could find out a little bit more about you and how we can get in touch.

Welcome to CheckiO - games for coders where you can improve your codings skills.

The main idea behind these games is to give you the opportunity to learn by exchanging experience with the rest of the community. Every day we are trying to find interesting solutions for you to help you become a better coder.

Join the Game