Print

Bite 4: Validate user input in python

In this Bite we are going to learn:

1. Change user name to proper casing
2. Validate different variations of a word
3. Validate any user input

Practice the basics first

Jupyter Lab notebook available here.

Bite 4: Validate user inputs and while loops | Python mystery game

The challenge

The final output of this bite is the small program below.

The solution

Bite 4 Solution: User input validation | Python mystery game
Was this helpful?

Reader Interactions

Leave a Reply

Your email address will not be published. Required fields are marked *

Table of Contents