Lesson details

Key learning points

  1. In this lesson, we will create a program that uses some of the string handling techniques that we have learnt in the lessons 'String handling I' and 'String handling II'.

Licence

This content is made available by Oak National Academy Limited and its partners and licensed under Oak’s terms & conditions (Collection 1), except where otherwise stated.

Loading...

3 Questions

Q1.
What will be the output of print, when this program is executed?
A single number
Correct answer: A single random capital letter
A single random lowercase letter
random_character
Q2.
What will be the output of print, when this program is executed?
Correct answer: 10
11
8
Error
Q3.
What will be the output of print, when this program is executed?
Correct answer: 1
1 11 16
2
Error

3 Questions

Q1.
What will be the output of print, when this program is executed?
A single number
Correct answer: A single random capital letter
A single random lowercase letter
random_character
Q2.
What will be the output of print, when this program is executed?
Correct answer: 10
11
8
Error
Q3.
What will be the output of print, when this program is executed?
Correct answer: 1
1 11 16
2
Error

Lesson appears in

UnitComputing / Programming 5: Strings and lists

Computing