“Python monit o dane wejściowe” Kod odpowiedzi

Python monit o dane wejściowe

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

Python Jak używać wejścia

#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

Polecenie wejściowe w Python Shell

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

Odpowiedzi podobne do “Python monit o dane wejściowe”

Pytania podobne do “Python monit o dane wejściowe”

Więcej pokrewnych odpowiedzi na “Python monit o dane wejściowe” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu