Intro to Python! 1. Using while loops, write a program that prints multiples of 5 which are...

80.2K

Verified Solution

Question

Programming

Intro to Python!

1. Using while loops, write a program that prints multiples of 5which are less than 100. Your loop initially starts from 0.

2. Consider B to be a list of alphabetically ordered strings.Using while loops, write a program that only prints words whichstart with letter A.

B = [Alex, Airplane, Alpha, Australia, Ben, Book, Bank, Circuit,Count, Dark]

3. Using while loop, create a program that only prints first 18multiples of 7.Hint: Your loop initially starts from 1. You shouldcreate a counter to keep track!

Answer & Explanation Solved by verified expert
3.5 Ratings (285 Votes)
Solution1codei 0while i 100if i50 and    See Answer
Get Answers to Unlimited Questions

Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!

Membership Benefits:
  • Unlimited Question Access with detailed Answers
  • Zin AI - 3 Million Words
  • 10 Dall-E 3 Images
  • 20 Plot Generations
  • Conversation with Dialogue Memory
  • No Ads, Ever!
  • Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Become a Member

Other questions asked by students