How to Save / Store Values in Python Tutorial

preview_player
Показать описание
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
Рекомендации по теме
Комментарии
Автор

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

DaveMcMuffin
Автор

thanks mam
this helped me in many way

praneshsiva
Автор

Hehe, hipity hopity this code is now my property

yunfengzhou
Автор

What about adding float values it gives me a error

CodeHacker
Автор

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

mateichiriac
Автор

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

codingbeard
Автор

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

Abdurrahman_BENNA
Автор

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.

NDxmixx