• + 0 comments

    I was referring to zeel_mehta97 code. Somehow I fail to see Python there.

    for i in 1...n { var string = "" string = String(repeating: " ", count: n-i) string.append(String(repeating: "#", count: i)) print(string) }