Kokkarakko (1983 film)

Kokkarakko (Tamil-கொக்கரக்கோ) is a 1983 Tamil-language Indian feature film directed by Gangai Amaran, starring Mahesh and Ilavarasi in lead role, supported by Silk Smitha.

Kokkarakko
LP Vinyl Records Cover
Directed byGangai Amaran
Produced byR.D.Bhaskar for Pavalar Creations
StarringMahesh
Ilavarasi
Silk Smitha
Music byIlaiyaraaja
CinematographyP. S. Nivas
Release date
1983
Running time
130 min.
LanguageTamil
Budget 6 Lakhs

Cast

Soundtrack

SongSingers Lyrics
"Geetham Sangeetham" S. P. Balasubrahmanyam, S.P. Sailaja Vairamuthu
"Ketti Melam" S. Janaki
"Geetham Sangeetham" S. P. Balasubrahmanyam Vairamuthu
"Geetham Sangeetham" S.P. Sailaja Vairamuthu
"Mylapore Pakkam Mayila Kandene" Malaysia Vasudevan
"Kanpaarum Devi" [[Ilaiyaraaja]] P Sivagamasundari
gollark: *#3* was all my work though.
gollark: You can tell, because it has typings and recursion.
gollark: ```pythonfrom typing import List# Sort a list of integersdef entry(data: List[str]): swap = False for i, (one, two) in enumerate(zip(data, data[1:])): if two > one: # Swaps items data[i], data[i + 1] = data[i + 1], data[i] swap = True # Checks if we need to recur if swap: return entry(data) else: return data.reverse() or data```
gollark: It was obviously #2, people!
gollark: Too bad.

References


    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.