+ 1
Can yo7 please suggest best python project for me
4 ответов
+ 17
Python was my first language, and to be honest, went through hard times since i was so new to programming. But with determination i was able to code some few programs which you can also try out.
1. Basic Calculator to do operations on two numbers
2. A program to print out the Calender of the year of user input
3. Factorial Computation
4. Multiplication table of any number provided by the user
4. Simple Editor using tkInter, py library
+ 11
Make a calculator.
It asks the user for a number from 1 to 9 and then,
presentes the multiplication table of the number.
For example, if the user enters the number 3, it would print:
3 x 1 = 3
3 x 2 = 6
3 x 3 = 9
3 x 4 = 12
...
+ 3
make a game with pygame