Variables & Data Types Quiz

Complete this assessment with 100% score to master this chapter.

01Which of these is the correct way to assign a value to a variable in Python?

02What data type would the value 10.5 be?

03What is the correct way to check if a variable 'result' is None?

04What does this f-string do: f'My name is {name} and I am {age} years old.'?

05Which of the following is a FALSY value in Python?