2 lines
141 B
Python
2 lines
141 B
Python
|
|
guest_list = ['Sir Paul McCartney', 'Kurt Harland', 'Gene Ween', 'Dean Ween']
|
||
|
|
print(f"{len(guest_list)} guests are being invited to dinner.")
|