“Python Cómo usar la entrada” Código de respuesta

entrada de pitón

#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 Cómo usar la entrada

#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

Respuestas similares a “Python Cómo usar la entrada”

Preguntas similares a “Python Cómo usar la entrada”

Más respuestas relacionadas con “Python Cómo usar la entrada” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código