Sigmund Tzeng

Results 2 issues of Sigmund Tzeng

Hi there, Checking up system-type beforehand masks the python-shell-interpreter variable, which may not be a good decision. What do you think about that ?

Hi all, I'm wondering if this line of code data=int_sequence[:-3], could be modified to be data=int_sequence[:-1], for at least the output seems fine: [0, 1, 2] 3 [1, 2, 3]...