+ 1
Can you guys propose to me some easy python Projects to practice with?
2 Réponses
+ 5
Maybe would be better if you first close a programming course. After that you can try for example that:
âą Create a collection of empty 2D points from a user-defined capacity.
âą Add a 2D point to the collection. The 2D point must be provided by the user.
âą Determine from the stored points the number of them such that the value of su on the y-axis is different from a value provided by the user.
âą Determine from the points stored in the collection which are the three closest points to each other.
âą Print the collection of points.
âą Determine the number of different quatrains such that the points belonging to a quatrain can be used as vertices of a rectangle.
âą Terminate the execution of the program when the user wishes.
The application must show a menu with the previous operations to give the user the possibility of what he wants to do.