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?
            Asked
            
        
        
            Active
            
        
            Viewed 25 times
        
    0
            
            
        - 
                    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
