Skip to content

Getting input

Handout

Ask the user with input

  • input() waits for the user to type a line and press Enter.
  • It gives back what they typed. Store it in a variable.
  • Join two strings together with +.

Handout

Log in or create account

IGCSE & A-Level