Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 ):
Johnny want a cracker: Hello Sqwaaaakkk! Hello!! Hello!! Johnny want a cracker: You are a pretty bird Sqwaaaakkk! You are a pretty bird!! You are a pretty bird!! Johnny want a cracker: Cracker ...crunch...crunch...
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started