Python Bootcamp in a Day - Python Programming for Beginners - Formatted Strings, f-strings

Python Bootcamp in a Day - Python Programming for Beginners - Formatted Strings, f-strings

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Wayground Content

FREE Resource

This video tutorial covers the process of formatting strings in Python, focusing on creating a neatly formatted table of Olympic results. It introduces the concept of F strings, available since Python 3.6, and demonstrates how to use them for calculations and formatting. The tutorial explains how to specify the width of slots in F strings and how to format numbers. It also guides viewers through building and printing a table, using functions to streamline the code and ensure the output is well-organized.

Read more

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum width of the first column in the table?

35 characters

33 characters

34 characters

36 characters

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the technical term for formatted string literals in Python?

F Strings

String Blueprints

Literal Strings

String Templates

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which version of Python introduced F strings?

Python 3.7

Python 3.6

Python 3.5

Python 3.4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What character is used to start an F string?

L

S

F

T

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you specify the width of a slot in an F string?

Using a comma

Using a dash

Using a colon

Using a semicolon

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the number after the colon in an F string?

To specify the total width of the slot

To specify the alignment

To specify the number of decimal places

To specify the number of characters

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is used to create a horizontal line in the table?

Dashes

Asterisks

Equals

Underscores

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?