Skip Navigation or Skip to Content

Foundations of Programming (Python) Labs

LAB 02-C: Using the print() function

  1. Open Idle and create a script using this code:
    script LAB02_C
  2. Verify that the script prints:
    'demo'
    'demodemo'
    'demo string'
    'demodemo string'
    'demo-string'
    'demo-string:'

Back to self guided, Video only Materials

Back to self guided, Video plus Written Materials

Back to guided, Video plus Written Materials plus Personal Guidance, Feedback, and Support (class setting)