Skip to content
View ReisLcb's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ReisLcb

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
ReisLcb/README.md
def Reis(name = None, age = None, nacionality = None,):
    print(name)
    print(age)
    print(nacionality)

Reis(name = "My name is Lenny", age = f"I'm {17} years old", nacionality = "I live in Brazil")

studiyng = ["   Python", "   Javascript", "   C", "   Assembly", "   Typescript"]
interests = ["   Play videogames", "   Watch anime", "   Development"]

print("\nStudying:")
for i in studiyng:
    print(i)

print("\nInterests:")
for i in interests:
    print(i)

Pinned Loading

  1. atividade-HTTP atividade-HTTP Public

    TypeScript

  2. revisao-top revisao-top Public

    TypeScript

  3. appRoute-TOP appRoute-TOP Public

    Repositório destinado a ensinar e disponibilizar soluções para projetos ionic ao 3º ano de informática para auxiliar nas disciplinas de Tópicos em programação e do Projeto Integrador.

    TypeScript 1

  4. conteudo-trabalho-LP2 conteudo-trabalho-LP2 Public

    Repositório destinado ao estudo dos conteúdos e tecnologias que serão utilizados na atividade avaliativa

    TypeScript 1