You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tratad de traer de 5 a 10 para las clases de este fin de semana.
Algunos os pedirán leer una entrada de datos separada por espacios. Usad este código o una variación del mismo:
tokens=input().split()
first_parameter=int(tokens[0]) # if instead of an int, you're reading a string, omit the transformation and read tokens[0] directly.second_parameter= ...
The text was updated successfully, but these errors were encountered:
Intentad completar el warming-up de HackerRank de Python y también los ejercicios fáciles de Python.
Tratad de traer de 5 a 10 para las clases de este fin de semana.
Algunos os pedirán leer una entrada de datos separada por espacios. Usad este código o una variación del mismo:
The text was updated successfully, but these errors were encountered: