Cómo ingreso datos en codeplayground cuándo uso un programa de python con input? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Cómo ingreso datos en codeplayground cuándo uso un programa de python con input?

Oigan cuando hago un programa en python con input es donde tengo problemas porque que no logro ingresar datos en el code playground y no sé cómo hacer

4th May 2020, 1:05 AM
Christopher Rafael Zerpa García
Christopher Rafael Zerpa García - avatar
2 Answers
4th May 2020, 1:07 AM
Kevin ★
+ 2
Si x = input() x = input().split() x = int(input()) x = raw_input() solo depende de lo que quieras
4th May 2020, 1:09 AM
BroFar
BroFar - avatar