Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Add new test for ReverseWords #600

@eyurko

Description

@eyurko

We should run a check to see if the student's code is reversing the whole string and contains .isalpha but not .isalpha(). That threw me off for a bit.

if c.isalpha (on a character) == True, since it's just verifying that the function exists (it's truthy).
if c.isalpha() == whether or not the character is a letter. Whoops.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions