“Cómo codificar Python” Código de respuesta

Cómo codificar Python

# Lesson 1
# The HASHTAG (#) symbol is used to make comments about your code.
# Most programmers will use them when identifying what a new section of code does.
# The shortcut in most programs to comment out a line is ctrl + / .

# Print() makes a line-break in your output.
print()
# This will print out the words hello world in the console. Run it and see.
print('hello world')
Busy Bird

Cómo aprender python

"""
Great foundation for basics 
https://www.w3schools.com/python/default.asp"
"""
Weeke

Respuestas similares a “Cómo codificar Python”

Preguntas similares a “Cómo codificar Python”

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

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código