Skip to content
CCC Python Course

The standard input/output model and exact output

Stage
0
Module
M0.4
Lessons
1

In this module

  • Explain how the judge's standard input and standard output model works.
  • Match your program's output to the judge's expected output: the same case, the same spacing, and nothing extra.
  • Read a line of text with input() and convert it to a number with int().

Before this module

Lessons

  1. 1The standard input/output model and exact output