Skip to content

20AAP02/20AAP02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 

Repository files navigation

github

I'm António, currently studing at 42 Lisbon!


Computer Science Student


         

class antonio():

  def __init__(self):
    self.name = "António Abranches Pinto"
    self.username = "20AAP02"
    self.location = "Lisbon, Portugal"
    self.school = "42 Lisbon"
    next_tools_to_learn(self.tools)
  
  def next_tools_to_learn(self, tools):
    tools.append("neural networks")
    tools.append("swift")
  
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = antonio()

My Statistics




Last Edited on: 04/04/2022

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published