Cómo ingreso datos en codeplayground cuándo uso un programa de python con input? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antworten
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