5 lines
63 B
Python
5 lines
63 B
Python
first_name = "John"
|
|
last_name = "Smith"
|
|
age = 20
|
|
is_new = True
|
first_name = "John"
|
|
last_name = "Smith"
|
|
age = 20
|
|
is_new = True
|