Severity: Warning
Message: fopen(/tmp/ci_sessionc04jc089aef0o6kkm4iqc4q6p6d32e5a): failed to open stream: No space left on device
Filename: drivers/Session_files_driver.php
Line Number: 176
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
Severity: Warning
Message: session_start(): Failed to read session data: user (path: /tmp)
Filename: Session/Session.php
Line Number: 143
Backtrace:
File: /var/www/html/application/controllers/Project.php
Line: 10
Function: __construct
File: /var/www/html/index.php
Line: 311
Function: require_once
By Avani Vartak
This is a To-Do list project created in Python which uses a file as a storage medium.
This is a To-Do list project created in Python which uses a file as a storage medium.
This is a Python To-Do list project that allows you to add, view, and delete To-Do items and also delete the whole list. Since we are using a file as storage, this program can be used to retrieve a To-Do list even after the program has been terminated.
Functions performed:
Note:
1] You don't have to create a file separately, this program will automatically create a file if a file doesn't exist
2] '\033[1m' this sequence is used to print the text in bold and '\033[0m' is used to convert it back to normal. You can delete that sequence if you don't want the text to be bold.
Thank you for reading.
Submitted by Avani Vartak (avanivartak)
Download packets of source code on Coders Packet
Comments