Plenty of π
Module 1: Introduction to Python and Computer Programming
Lab: Lab 1.1: Hello World

Write your first Python program using print(). Print "Hello, Plenty of π!". Then, on new lines, print your name and your favorite number.

Tasks to Complete:

  • Use the `print()` function to display "Hello, Plenty of π!" on the console.
  • On a new line, use `print()` to display your name.
  • On another new line, use `print()` to display your favorite number.

Python Sandbox

Python execution is powered by Pyodide, running directly in your browser. The `input()` function is not supported in this sandbox; please define variables directly in your code.