“Python -Aufforderung zum Eingang” Code-Antworten

Python -Aufforderung zum Eingang

name = input("What is your name: ")
print(name)
H Z

Python, wie man Eingaben verwendet

#basic user handling for begginers

x = input("your question here") # when someone types something here that answer will be saved and be used for later

# for example 
print(x)
rubel1130

Eingabebefehl in Python Shell

x = input("Input Your Name")
#lets say I input Bob
print(x)
#It should output Bob
itsanantk

Ähnliche Antworten wie “Python -Aufforderung zum Eingang”

Fragen ähnlich wie “Python -Aufforderung zum Eingang”

Weitere verwandte Antworten zu “Python -Aufforderung zum Eingang” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen