public class Desarrollador {
private String nombre = "Pedro";
private String especialidad = "Next.js, React, TypeScript, Tailwind CSS, Python, PHP";
private String[] intereses = {"Machine Learning", "Análisis de Datos", "NLP", "IA"};
public void mostrarPerfil() {
System.out.println("🚀 " + nombre + " - Especialista en " + especialidad);
System.out.println("📊 Intereses: " + String.join(", ", intereses));
}
public static void main(String[] args) {
Desarrollador yo = new Desarrollador();
yo.mostrarPerfil();
}
}
Focusing
Popular repositories Loading
-
Encrypt-Decrypt-Text
Encrypt-Decrypt-Text PublicUn Encriptador y Desencriptador Cesar hecho con Python y PyQt6.
Python 2
-
-
-
-
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.