pyPython Practice LabFrom first print to final round
TOPIC 01 OF 18

Python Fundamentals and Input/Output Python practice problems

Start here. Practice input(), print(), variables, numbers, formatting, and small formulas.

20 exercises8+ conceptsBeginner → interview context
Start this topic
WHAT YOU WILL PRACTISE

Core concepts

Echo a messageCreate a personal greetingAdd two integersShow basic arithmeticRectangle measurementsConvert Celsius to FahrenheitCalculate a purchase totalConvert seconds to clock time
REUSABLE THINKING

Problem-solving patterns

  • Read → convert → compute → print
INTERVIEW SIGNALS

Reported company tags

TCSInfosysAccenture
Community-reported tags are guidance, not guarantees.
ORDERED PRACTICE

All 20 problems in this topic

Work from top to bottom to build the concept gradually.

  1. #001
    Echo a message: Coding club announcement

    A coding club wants its announcement displayed exactly as entered.

    StarterFree preview
  2. #002
    Echo a message: Preserve punctuation

    A support tool must echo a status message containing spaces and punctuation.

    StarterFree preview
  3. #003
    Create a personal greeting: Welcome a learner

    Generate a friendly greeting for a learner joining a Python class.

    StarterFree preview
  4. #004
    Create a personal greeting: Name with spaces

    Greet a participant whose full name contains a space.

    StarterFree preview
  5. #005
    Add two integers: Add two cart quantities

    A shop combines quantities from two small orders.

    StarterFree preview
  6. #006
    Add two integers: Handle a negative adjustment

    A ledger combines a credit and a negative correction.

    StarterPremium
  7. #007
    Show basic arithmetic: Compare two measurements

    A lab assistant needs the four basic results for two readings.

    StarterPremium
  8. #008
    Show basic arithmetic: Use a negative first value

    Test how arithmetic behaves when the first reading is below zero.

    StarterPremium
  9. #009
    Rectangle measurements: Floor mat

    Calculate material area and border length for a rectangular floor mat.

    StarterPremium
  10. #010
    Rectangle measurements: Decimal dimensions

    Calculate a poster whose measurements include decimals.

    StarterPremium
  11. #011
    Convert Celsius to Fahrenheit: Weather display

    Convert a pleasant daytime temperature for an international weather display.

    StarterPremium
  12. #012
    Convert Celsius to Fahrenheit: Freezing reference

    Verify the conversion at the freezing point of water.

    StarterPremium
  13. #013
    Calculate a purchase total: Notebook order

    Find the cost of several notebooks sold at one unit price.

    StarterPremium
  14. #014
    Calculate a purchase total: Single premium item

    Calculate a one-item order while keeping two currency decimals.

    StarterPremium
  15. #015
    Convert seconds to clock time: Video duration

    Display a video duration in hours, minutes, and seconds.

    StarterPremium
  16. #016
    Convert seconds to clock time: Short timer

    Format a duration shorter than one minute with leading zeros.

    StarterPremium
  17. #017
    Swap two values: Swap seat labels

    A seating tool accidentally receives two labels in reverse order and must swap them.

    StarterPremium
  18. #018
    Swap two values: Swap signed readings

    Exchange two signed readings while keeping them as text tokens.

    StarterPremium
  19. #019
    Average three scores: Quiz average

    A student wants the mean of three quiz scores.

    StarterPremium
  20. #020
    Average three scores: Scores with decimals

    A trainer records assessment scores that include half points.

    StarterPremium