please find the question attached here,
https://drive.google.com/file/d/1K2zxTlrDBnlJ76BaZxSMe90-a5Wu4X11/view?usp=sharing
Released = ' Released - September 1968\n'
Format = 'Format - 7" 45 RPM\n'
Recorded = 'Recorded - March 7, 1968\n'
Genre = 'Genre - rock\n'
Duration = 'Duration - 2:28\n'
Producer = 'Producer - Elvis Presley\n'
Songwriter = 'Songwriter - Mac Davis, Billy Strange\n'
Label = 'Label - RCA\n'
Presence = 'Present in 11 films\n'
SideB = 'Side"B" - Almost in Love\n'
Place = 'Place - Hollywood\n'
Key = 'Key - E major\n'
print('----------------------------------------------------------------------------')
print('This program outputs various data about the song A Little Less Conversation.')
print('----------------------------------------------------------------------------')
print(Released, Format, Recorded, Genre, Duration, Producer, Songwriter, Label, Presence, SideB, Place, Key)
Comments
Leave a comment