Print Hello World In Python !! Python Programming

Publicado em: 08 Julho 2021
no canal de: The HackersMap
179
2

#Python
#Hackerrank
Here is a sample line of code that can be executed in Python:

print("Hello, World!")
You can just as easily store a string as a variable and then print it to stdout:

my_string = "Hello, World!"
print(my_string)
The above code will print Hello, World! on your screen. Try it yourself in the editor below!

Input Format

You do not need to read any input in this challenge.

Output Format

Print Hello, World! to stdout.

Sample Output 0

Hello, World!


Nesta página do site você pode assistir ao vídeo on-line Print Hello World In Python !! Python Programming duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário The HackersMap 08 Julho 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 179 vezes e gostou 2 espectadores. Boa visualização!