DataDriven
LearnPracticeInterviewDiscussDailyJobs

Variables item, price, and qty are provided

A medium Python interview practice problem on DataDriven. Write and execute real python code with instant grading.

Domain
Python
Difficulty
medium

Problem

Variables item, price, and qty are provided. Use an f-string to print a line in the format: "Widget: 4 x $9.50 = $38.00" where the dollar amounts are formatted to exactly 2 decimal places. Calculate the total as price * qty.

Practice This Problem

Solve this Python problem with real code execution. DataDriven runs your Python code in a real environment and grades it automatically.

Related

  • All Practice Problems
  • Mock Interview Mode
  • Python Interview Questions
  • Data Engineering Interview Prep Guide
  • Daily Challenge
  • Data Engineering Lessons