“Cómo hola mundo en Python” Código de respuesta

Cómo imprimir hola en python

#python2 
print 'hello'
#python3
print('hello')
Pinksheep

Hola mundo en Python

# the normal way!
print("Hello, World!")
# Different way
import __hello__	# run the program
Tejas Naik

Cómo hola mundo en Python

message = "Hello World!"
print(message)
Puzzled Porpoise

Respuestas similares a “Cómo hola mundo en Python”

Preguntas similares a “Cómo hola mundo en Python”

Más respuestas relacionadas con “Cómo hola mundo en Python” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código