“Python Jak używać wejścia” Kod odpowiedzi

Wejście Pythona

#Collecting The Input As A Variable:#
name = input('Please enter your name: ')
#Printing The Variable:#
print(name)
#Checking The Variable And Printing Accordingly:#
if name == 'Joe':
  print('Joe Mama')
Ruukasu

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

Odpowiedzi podobne do “Python Jak używać wejścia”

Pytania podobne do “Python Jak używać wejścia”

Więcej pokrewnych odpowiedzi na “Python Jak używać wejścia” w Python

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

Przeglądaj inne języki kodu