Ejemplo 1: ¡Feliz año nuevo!
if date == 1/1/2021:
print("Happy New Year!!")
Ejemplo 2: ¡Feliz año nuevo!
There are two types of programmers,
HTML programmers
and real programmers
Happy new year to both of them
Ejemplo 3: ¡Feliz año nuevo!
Happy new year to all those aspiring to be a programmer, and to those who
have seen freams for this new year. bless ya
Ejemplo 4: ¡Feliz año nuevo!
try {
Year year2020 = new Year(2020);
year2020.do();
} catch Covid19 {
System.out.println("Wow, 2020 sucked");
} finally {
Year year2021 = new Year(2021);
System.out.println("Happy new year!");
}
Ejemplo 5: ¡Feliz año nuevo!
#include <stdio.h>
char *NYM = "Happy New Year!!!";
if (date == "1-1-2021") {
printf(NYM);
}
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)