Panjang Python Antrian

    q = ['d', 'e', 'f', 'h']
    print(len(q))
CompSciGeek