+ 2
Ideas
I want fun and simple ideas to make in python
6 odpowiedzi
+ 1
Tic tac toe
+ 3
I would recommend to understand the basics fully while doing some basic codes whatever you learnt so far
+ 1
To make python into fun basic is required first. Without gain the rules of python you will not be able to make a fun in python. So start learning python...
0
make a calculator
0
Alhaaz i already made two
0
I think a simple TODO application is a good start. No need for. GUI it can just be a terminal app where you store the todo items in a dictionary. The point of a todo app is that it has all the CRUD operations. (Create, Read, Update and Delete)