Skip to content
View luanalessa's full-sized avatar

Organizations

@bughunters-mentorship
Block or Report

Block or report luanalessa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
luanalessa/README.md

#!/usr/bin/python
# -*- coding: utf-8 -*-

class PersonalInformations:

   def __init__(self):
       self.name = "Luana Lessa"
       self.role = "Software Engineer"
       self.language_spoken = ["pt_CN", "en_BR"]

   def say_hi(self):
       print("Thanks for dropping by, hope you find some of my work interesting.")
       
me = PersonalInformations()
me.say_hi()

Pinned

  1. Tutorial Conexão SSH.md Tutorial Conexão SSH.md
    1
    # <p align = "center"> 📗 GitHub - Conexão SSH</p>
    2
    
                  
    3
     <p align = "center"> Usando o protocolo SSH, você pode  se conectar e autenticar sevidores e serviços remotos. Gerando uma <a href ="https://docs.github.com/en/authentication/connecting-to-github-with-ssh/about-ssh"> chave SSH </a> você pode se conectar com o GitHub sem precisar inserir seu usuário e chave de acesso em cada conexão.
    4
    
                  
    5
    </p>
  2. Descomplicando Git & GitHub.md Descomplicando Git & GitHub.md
    1
    # <p align = "center"> 📗 Introdução ao Git & GitHub</p>
    2
    
                  
    3
    [GitHub](https://github.com/) é uma plataforma de hospedagem de código-fonte e arquivos com controle de versão usando o [Git](https://git-scm.com/docs/git/pt_BR). Ele permite que programadores, utilitários ou qualquer usuário cadastrado na plataforma contribuam em projetos privados e/ou Open Source de qualquer lugar do mundo.
    4
    
                  
    5