Luka Kerin
Luka Kerin (born 23 March 1999) is a Slovenian football player who plays as forward for the Slovenian PrvaLiga club Celje.[1]
Personal information | |||
---|---|---|---|
Full name | Luka Kerin | ||
Date of birth | 23 March 1999 | ||
Place of birth | Slovenia | ||
Playing position(s) | Forward | ||
Club information | |||
Current team | Celje | ||
Number | 11 | ||
Youth career | |||
–2015 | Krško | ||
2015–2018 | Internazionale | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2017 | → Krško (loan) | 2 | (0) |
2018– | Celje | 0 | (0) |
National team | |||
2014 | Slovenia U16 | 4 | (1) |
2015–2016 | Slovenia U17 | 17 | (6) |
2017 | Slovenia U18 | 2 | (0) |
2017– | Slovenia U19 | 4 | (0) |
* Senior club appearances and goals counted for the domestic league only and correct as of 6 January 2018 |
Honours
Celje
gollark: I would quite like to implement this on osmarks.net using an inbrowser Lua VM.
gollark: ```scheme(define (take n xs) (let loop ((n n) (xs xs) (zs (list))) (if (or (zero? n) (null? xs)) (reverse zs) (loop (- n 1) (cdr xs) (cons (car xs) zs)))))(define (zip . xss) (apply map list xss))(define actually-forgiving-grudge (lambda (x y) (let* ( (defection-count (length (filter (lambda (m) (= m 1)) x))) (lookback (+ 1 (inexact->exact (floor (expt 1.8 defection-count))))) (result (if (member '(1 0) (take lookback (zip x y))) 1 0)) ) result)))```if you want to add it to your stuff.
gollark: Do you like `actually-forgiving-grudge`?!
gollark: https://github.com/cristal-smac/ipd - huh
gollark: > [Edit] Worth to note is that Gradual was designed to be a strategy that outperforms Tit for Tat. It has similar properties in that it is willing to cooperate and retaliates against a defecting opponent. Unlike Tit for Tat, which only has a memory of the last round played, Gradual will remember the complete interaction and defect the number of times the opponent has defected so far. It will offer mutual cooperation afterwards again, though.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.