User Input on Codédex

Поділитися
Вставка

КОМЕНТАРІ • 6

  • @alvaroube
    @alvaroube Рік тому

    Great project, thanks for make this video!! Cheers 👋

  • @Hotcerr
    @Hotcerr Рік тому +1

    Saludos desde colombia y gracias por hacer el video y el juego tambien

  • @isaacgonzalezcode
    @isaacgonzalezcode Рік тому +2

    Why arent you adding int() before input()?

    • @jmanuelrm7804
      @jmanuelrm7804 Рік тому

      I was thinking the same

    • @brandigirtman9886
      @brandigirtman9886 Рік тому +1

      He doesn't need int() because the number is returned as a string (which is fine for this program). If we needed the program to return a number for calculating, then you would use the int() to convert the input into an integer.

    • @princerivera2122
      @princerivera2122 Рік тому

      because it works in any arrangement