Skip to content
View psrosso's full-sized avatar

Block or report psrosso

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
psrosso/README.md

Welcome to my Github!

preview.gif

from datetime import date
from dateutil.relativedelta import relativedelta

class about_me:
    name = "Rafaela Rosso"
    summary = "estagiária em engenharia de dados"
    age = 20
    passion = "Viagens, músicas e o universo dos dados"
    
    inicio_estagio = date(2022, 8, 1)
    data_atual = date.today()
    tempo_estagio = relativedelta(data_atual, inicio_estagio).months

me = about_me()
print(f"Prazer, me chamo {me.name}, sou {me.summary}{me.tempo_estagio} meses. Tenho {me.age} anos e minhas maiores paixões são: {me.passion}")

Rafa-Js Rafa-React Rafa-HTML Rafa-CSS Rafa-Python Rafa-gif

Popular repositories Loading

  1. psrosso psrosso Public

  2. DIO-desafio-primeiro-repositorio-GIT-GITHUB DIO-desafio-primeiro-repositorio-GIT-GITHUB Public

    Desafio de projeto sobre Git/Github

  3. Python Python Public

    Projetos em python.

    Python

  4. aplicativo-fiap aplicativo-fiap Public

    Projeto feito para o meu curso de Análise e Desenvolvimento de Sistemas, o qual estou desenvolvendo um aplicativo de Yoga e Meditação.

    HTML

  5. Java Java Public

    Java

  6. dio-flashlight dio-flashlight Public

    Forked from ismaelsousa/dio-flashlight

    Desafio Lanterna DIO - Avanade

    Java