+ 1
Any suggestions on what to code next?
I just finished a simple calculator with python, and I want a new challenge, something easy as I am new to pyhton. But I still want a challenge :)
3 Réponses
+ 5
Write a simple database manager - ask for entries and store them in a file, read the file, make it able to edit/remove the entries and save back.
0
check idea bag 2 on android.
0
write a python program to open a txt file and remove every 3rd word from it. why? why not