Question: Complete in python3 Write a simple script using a while loop that simply echos back what a user types (twice). BUT it should stop when

Complete in python3 Write a simple script using a while loop that simply echos back what a user types (twice). BUT it should stop when you type the word "cracker" (case Insensitively). Should go something like this (use YOUR name instead ): Paulie want a cracker: Hello Sqwaaaakkk! Hello!! Hello!! Paulie want a cracker: You are a pretty bird Sqwaaaakkk! You are a pretty bird!! You are a pretty bird!! Paulie want a cracker: Cracker ...crunch... crunch... |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
