Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 3.16 KB

RandomStrings.md

File metadata and controls

58 lines (49 loc) · 3.16 KB

Strings & Random Numbers

Activity

Objectives

After completing this class session and the associated tutorial challenges, students will be able to ...

  • Create Python scripts and modules
  • Access command-line arguments
  • Read files and extract lines of text
  • Remove whitespace from strings
  • Store and access elements in a list
  • Generate random integers in a range

Challenges

Visit Make School's Online Academy to find the Tweet Generator tutorial.

These challenges are the baseline required to complete the project and course. Be sure to complete these before next class session and before starting on the stretch challenges below.

Stretch Challenges

These challenges are more difficult and help you push your skills and understanding to the next level. They are often found in the "Where to Go From Here" section at the bottom of most tutorial pages, although a few bonus challenges are only included here.

Resources