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