How to Save / Store Values in Python Tutorial

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

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

  • @DaveMcMuffin
    @DaveMcMuffin 8 месяцев назад +3

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

  • @praneshsiva300
    @praneshsiva300 2 года назад +4

    thanks mam
    this helped me in many way

  • @yunfengzhou
    @yunfengzhou 9 месяцев назад +4

    Hehe, hipity hopity this code is now my property

  • @PcF1ght3rz
    @PcF1ght3rz Месяц назад

    how can you subtract data. If i had like 5 apples, and wanted to remove some apples, what do you do

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

    What about adding float values it gives me a error

  • @mateichiriac1118
    @mateichiriac1118 5 месяцев назад

    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

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

    Life saviour

  • @NDxmix0x0
    @NDxmix0x0 Год назад +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 10 месяцев назад +1

      float(whatever) will make whatever inside of parenthesis float