Skip to content
Learnearn.uk » Python Unit Home » External files – 1 Dimensional Arrays

External files – 1 Dimensional Arrays

Challenges

Bronze

  • Random name picker ( create a program that loads a file of student names and picks one.

Silver

  • The program should exclude any pupils that have already been picked (but not delete them from the file!)

Gold

  • The program should have a nice pretty menu screen
  • The program should save the names of picked students to a separate file so that the picking program can be run over multiple lessons withouts students being picked again.