Code Editor
LW Python State
Current Line | 1 | Current Tab | 0 | Time | 0 |
LW Python Simulator
Quiz (1 point)
Given that:
statement at line 3, tab 2 =
self.first_name = first_name
Prove that:
statement at line 3, tab 2 = self."first_name" = first_name
The following properties may be helpful:
- assign statement with target (target_1.target_2) and expression value = target_1.target_2 = value
if the following are true:
- a = b
- b = c
then a = c
Please write your proof in the table below. Each row should contain one claim. The last claim is the statement that you are trying to prove.