“Wie man mit dem Codieren in Python beginnt” Code-Antworten

wie man Python codiert

# 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

Wie man mit dem Codieren in Python beginnt

# if this is the first time youre coding phyton type this
print("hello world")
i am smart

Wie man mit dem Codieren in Python beginnt

#if this is your first time then code as simple as this
print("Hello World")
i am smart

Ähnliche Antworten wie “Wie man mit dem Codieren in Python beginnt”

Fragen ähnlich wie “Wie man mit dem Codieren in Python beginnt”

Weitere verwandte Antworten zu “Wie man mit dem Codieren in Python beginnt” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen