How to Save / Store Values in Python Tutorial

Поделиться
HTML-код
  • Опубликовано: 8 июл 2024
  • In this tutorial I'll be showing you how easy it is to save / store values so you can use them when you re-run the programme later!
    00:00 Intro
    01:24 New Project
    04:00 Infinite Loop
    06:11 Run the code
    07:34 Outro

Комментарии • 12

  • @DaveMcMuffin
    @DaveMcMuffin 2 месяца назад +2

    Thanks I took a different approach but this video was the foundation of my project

  • @praneshsiva300
    @praneshsiva300 Год назад +4

    thanks mam
    this helped me in many way

  • @yunfengzhou
    @yunfengzhou 3 месяца назад +3

    Hehe, hipity hopity this code is now my property

  • @alexdefoc6919
    @alexdefoc6919 6 месяцев назад +1

    Life saviour

  • @CodeHacker278
    @CodeHacker278 Год назад +1

    What about adding float values it gives me a error

  • @mateichiriac1118
    @mateichiriac1118 10 дней назад

    how can you delete or replace the content of the files?

  • @codingbeard1
    @codingbeard1 3 года назад +3

    Bought youre Telegram Course its very nice thx for the work, are you planning more Telegramm bot Videos?

    • @Indently
      @Indently  3 года назад +2

      Hey! Thank you very much. I will definitely do more in the future, I can't really say when that will be though because there's so much I'm working on at the moment.

    • @codingbeard1
      @codingbeard1 3 года назад +2

      @@Indently thank you i appreciate it Good lucke with youre other projects

  • @NDxmix0x0
    @NDxmix0x0 7 месяцев назад +2

    AIIT YEAH BUT WHAT ABOUT FLOAT VALUES MY GUY????
    edit: for anyone wondering how to store a float value like I was, you can try using the solution I ended up doing which was appending my float value to a list and storing that instead.

  • @Abdurrahman_BENNA
    @Abdurrahman_BENNA Год назад +2

    thank u but i have a question how can i make value float?

    • @nolanpierce
      @nolanpierce 5 месяцев назад +1

      float(whatever) will make whatever inside of parenthesis float