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)
🎯
Focusing
printf("[💻] Junior Dev |
%d years old
[🇧🇷] Brazillian |
[🐍] Python student |
[☕] Javascript student |
[📒] studying computer technology", 17);
Pinned Loading
-
-
-
appRoute-TOP
appRoute-TOP PublicRepositó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
-
conteudo-trabalho-LP2
conteudo-trabalho-LP2 PublicRepositório destinado ao estudo dos conteúdos e tecnologias que serão utilizados na atividade avaliativa
TypeScript 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.