Respuesta :

print
echo
<p></p>
put
These call prints
In Python, you can call print(string)
In C, you can call printf(string);
In PHP, you can call echo string; OR print(string);
In Java, you can call System.out.println(string);
In C#, you can call Console.WriteLine(string);