Outputs

What are Inputs and Outputs

Inputs and outputs make programs interactive, allowing users to enter information and receive results.

  • Input: Data the user enters into the program
  • Output: Information the program shows to the user

Why are Outputs Important?

  • They let programs interact with users
  • Outputs display results or messages

Examples of Outputs

print("Name -", name)
print("Age -", age)
print("Height-", height)

Target

Predict the output of a program