Frederico Duarte

Frederico Fonseca Pires Almeida Duarte (born 30 March 1999) is a Portuguese professional footballer who plays as a left winger for Greek club Panetolikos.

Frederico Duarte
Personal information
Full name Frederico Fonseca Pires Almeida Duarte
Date of birth (1999-03-30) 30 March 1999
Place of birth Lisbon, Portugal
Height 1.75 m (5 ft 9 in)
Playing position(s) Left winger
Club information
Current team
Panetolikos
Number 14
Youth career
2007–2017 Sporting
2017–2018 Sacavenense
Senior career*
Years Team Apps (Gls)
2017–2018 Sacavenense 0 (0)
2018–2019 Vilafranquense 6 (0)
2019Panetolikos (loan) 4 (1)
2019– Panetolikos 23 (2)
* Senior club appearances and goals counted for the domestic league only and correct as of 29 July 2020

Club career

Duarte made his Super League Greece debut for Panetolikos on 7 April 2019 in a game against Olympiacos.[1]

On 26 June 2019, Panetolikos acquired his rights from Vilafranquense. The young winger signed a contract until the summer of 2022.[2]

gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("name", help="name of backup item")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()print(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups")outpath = os.path.join(outdir, f"{args.name}_{timestamp}.sqlar")print(srcdir, outdir, outpath)subprocess.run(["sqlite3", outpath, "-A", "--verbose", "--create", "--directory", srcdir, "."])```muahahahaha, backups.
gollark: Firefox has been declining lately in some ways...
gollark: Fascinating.
gollark: NONE are safe.
gollark: Too late, I worked out how to use SQLite archives.

References


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