Beginning Python (Video 26)

Beginning Python (Video 26)

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Wayground Content

FREE Resource

This video tutorial covers the creation of two small programs using loops and conditionals. The first program sums even numbers from a list, while the second extracts consonants from a string. The tutorial provides step-by-step guidance on using for loops, if statements, and string manipulation techniques. It concludes with a brief overview of what to expect in the next video.

Read more

3 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

What will the total be if you sum the even numbers 2, 4, and 8?

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

What characters are considered invalid when extracting consonants?

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

3 mins • 1 pt

How is the list of consonants converted back into a string?

Evaluate responses using AI:

OFF