Swift dari 1 hingga 01

import Foundation

for myInt in 1 ... 3 {
    print(String(format: "%02d", myInt))
}
Crowded Caterpillar