/Exercicios

Programming Solutions by me

Primary LanguagePython

Exercises

This repository is intended to guard the problems and exercises that I encountered in my academic life from the time of its creation, which unfortunately caused me to lose many others, followed by resolution.

Brief Summary

  • [I/O , Math]

#1 - Get numbers inside text file and find the average, minor number and major number (I/O)

#2 - Get Cartesian points in the text file and find the longest distance between them (I/O, Math)