Tag Archives: strings

RandomLetterChoose AP A-thoughts and analysis

One of the 2016 AP Computer Science A questions, [crayon-662a3322c356f113165306-i/] ,  asked students to write a class declaration from scratch. The constructor receives a parameter of non-null Strings The class has a [crayon-662a3322c3577241030504-i/]  method that returns a random [crayon-662a3322c357b929998922-i/] from that list . Each element in the list can only be returned once, and after all of the elements … Continue reading RandomLetterChoose AP A-thoughts and analysis &rarr...

Python 3 Upgrade- Why to do it now in 6 reasons

Ok, It’s About Time to Make the Switch to Python 3 Python 3 was released on December 3, 2008 and seven years later it is still contested in real world applications by its predecessor Python 2. This is odd in the rapidly shifting world of technology. Did we continue to rely on snail mail seven years … Continue reading Python 3 Upgrade- Why to do it now in 6 reasons →