0

i want to make a diary so every day it makes a variable with a input() statement. i would like to name the variable to be named eg.day_06_02_2021 and there will be a new variable every day with the correct date. Any way i can do it?

  • Short answer: don't. Use a dict. – Thierry Lathuille Feb 06 '21 at 14:53
  • how do i do that? – Jaser time Boi Feb 06 '21 at 14:55
  • Also, note that the tag windows-7-x64 states that it is to be used for questions specific to this version of Windows, so it's irrelevant on almost any Python question. The same applies to the python-3.8 tag. – Thierry Lathuille Feb 06 '21 at 14:56
  • first find some tutorial to learn how to use dictionary - it wil be faster then waiting for answer on Stackoverflow - and maybe you learn more then from answer on Stackoverflow. Stackoverflow is not place to write tutorials. Stackoverflow is place where you show code and error message and we try to resolve this single problem. You will have to also learn how to save it in file or database because it will not keep it when you close program. – furas Feb 06 '21 at 15:52

0 Answers0