Lionnel Franck Djimgou

Lionnel Franck Djimgou Tchoumbou (born March 27, 1989 in Yaoundé) is a Cameroonian football player, who last played for FC Daugava.

Lionnel Franck
Personal information
Full name Lionnel Franck Djimgou Tchoumbou
Date of birth (1989-03-27) March 27, 1989
Place of birth Yaoundé, Cameroon
Height 1.79 m (5 ft 10 12 in)
Playing position(s) Striker
Club information
Current team
Sporting Requena
Youth career
1999–2001 Valencia
2001–2007 Real Madrid
Senior career*
Years Team Apps (Gls)
2007–2008 Real Madrid C 10 (3)
2008–2010 Xerez 3 (1)
2008–2009San Fernando (loan) 12 (4)
2009–2010 Xerez B 14 (2)
2010–2011 FC Daugava 5 (0)
2011– Sporting Requena
* Senior club appearances and goals counted for the domestic league only

Club career

Tchoumbou began his career 1999 by Valencia CF and moved 2001 to Real Madrid, he played 7 years on youth side from Madrid.[1] In July 2008 moved to Xerez CD, the club from Jerez, Andalusia loaned him in August 2008 for one year to CD San Fernando.[2]

In July 2010 he was signed by the Latvian side FC Daugava. He played 5 matches there, scoring no goals and was released after the season.

Personal life

He holds a Spanish passport.

Notes

gollark: Arguably, Ale's code there is horrible.
gollark: The canned meat thingy?
gollark: ```lualocal function setInterval(func, s, ...) assert(type(func) == "function", "bad argument #1 (expected function, got ".. type(func) ..")") s = s or 0 assert(type(s) == "number", "bad argument #2 (expected number, got ".. type(s) ..")") local interval = {} interval.interval = s interval.func = func interval.args = {...} interval.id = genHex() interval.run = true interval.stopped = false interval.pid = spawn(function() while interval.run do sleep(interval.interval) spawn(function() interval.func(unpack(interval.args)) end) end end) interval = setmetatable(interval, { __tostring = function() return string.format("Interval 0x%x [%s]s (%s)", interval.id, s, string.match(tostring(func),"%w+$")) end, }) return intervalend```
gollark: It's included in PotATOS.
gollark: https://raw.githubusercontent.com/Ale32bit-CC/Node.lua/master/node.lua
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.