First Python exercise

🎖️
Write a Python program to create a class representing a Circle. Include methods to calculate its area and perimeter.

Plain code approach