Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Create a Summary Report | Automating Everyday Engineering Tasks
Python for Automation Engineers
Section 1. Chapter 7
single

single

bookChallenge: Create a Summary Report

Swipe to show menu

Task

Swipe to start coding

Write a function that generates a formatted summary report of processed sensor data using f-strings.

  • The report must include the average, minimum, and maximum values provided as arguments.
  • Each value must be labeled clearly and aligned for readability.
  • Values must be displayed with two decimal places.
  • The report must have a header and a separator line.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 1. Chapter 7
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

some-alt