On 2018-04-19, Steven D'Aprano <st...@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 _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor