Hack My Planet

Final Day

Class Function Exercise

Write a function which will find all such numbers which are divisible by 7, but are not a multiple of 5, between 2000 and 3200 (both included).

The numbers obtained should be printed in a comma-separated sequence on a single line. (Don't print a list)

Class Function Exercise

Write a function that accepts a string and calculates the number of upper case letters and lower case letters

 

Example: Suppose the following input is supplied to the program:

Hello world!

Then, the output should be:

UPPER CASE 1

LOWER CASE 9

https://github.com/RetroPie/RetroPie-Setup/wiki/First-Installation

Hack My Planet Final Day

By jtheadland

Hack My Planet Final Day

  • 542