Lukas Jensen
Lukas Bornhøft Jensen (born 18 March 1999) is a Danish professional footballer who plays as a goalkeeper for Burnley.
Personal information | |||
---|---|---|---|
Full name | Lukas Bornhøft Jensen[1] | ||
Date of birth | 18 March 1999 | ||
Height | 1.98 m (6 ft 6 in) | ||
Playing position(s) | Goalkeeper | ||
Club information | |||
Current team | Burnley | ||
Number | 40 | ||
Youth career | |||
–2018 | Helsingør | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2018–2019 | Helsingør | 1 | (0) |
2019 | HIK | 6 | (0) |
2019– | Burnley | 0 | (0) |
* Senior club appearances and goals counted for the domestic league only and correct as of 21:48, 22 June 2020 (UTC) |
Career statistics
Club
- As of 22 June 2020[2]
Club | Season | League | National Cup | League Cup | Other | Total | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Division | Apps | Goals | Apps | Goals | Apps | Goals | Apps | Goals | Apps | Goals | ||
Helsingør | 2017–18 | Danish Superliga | 1 | 0 | 0 | 0 | - | 0 | 0 | 1 | 0 | |
2018–19 | Danish 1st Division | 0 | 0 | 0 | 0 | - | 0 | 0 | 0 | 0 | ||
Total | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | ||
HIK | 2018–19 | Danish 2nd Division | 6 | 0 | 0 | 0 | - | 0 | 0 | 6 | 0 | |
Burnley | 2019–20 | Premier League | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Career total | 7 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 7 | 0 |
gollark: Nope, not keywords.
gollark: <@337621533369303042> Was it you who wanted this?
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.
References
- "Premier League clubs publish 2019/20 retained lists". Premier League. 26 June 2020. Retrieved 9 July 2020.
- Lukas Jensen at Soccerway
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.