• Source
    1. a = int(input())
    2. P = 4 * a
    3. print("Периметр квадрата: ", P)