+ 1
Can you guys propose to me some easy python Projects to practice with?
2 Respostas
+ 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.