[Tutor] Help!

Neil Cerutti neilc at norwich.edu
Thu Apr 19 14:25:12 EDT 2018


On 2018-04-19, Steven D'Aprano <steve at pearwood.info> wrote:
> Some program ideas...
>
> Encrypt and decrypt text using a Caesar Cipher.
>
> https://en.wikipedia.org/wiki/Caesar_cipher
>
> or one of many other simple ciphers.
>
> Calculate the prime numbers up to a certain limit.
>
> https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes
>
> Play "Guess the number" games.
>
> Play 20 Questions.
>
> (Advanced)
> Given the formula for a (simple) molecule like H20, print the names of 
> the elements in the molecule, their atomic weights, and the total 
> molecular weight.
>
> Convert between temperature scales (degrees Celsius, Fahrenheit, and 
> Kelvin).

Excellent suggestions.

It could also be fun to build a text-based solitaire program of
your choice.

-- 
Neil Cerutti



More information about the Tutor mailing list