2022-10-19 08:28:58 -07:00

3 lines
67 B
Python

>>> first_name + " " + last_name # Not Pythonic
'Michael Hartl'