Skip to content

Episode 9: print function in Not Supposed to be the Same session. #631

Open
@RitaKuoT

Description

@RitaKuoT

The print method in the sample code:
print("Patient's BMI is: %f" % bmi)
use the formatted string in print function, but the formatted string has not been introduced in the previous lessons. It could be revised to
print("Patient's BMI is:", bmi)
with corresponding output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions