Can I restrict / limit a variable size in python ? For example, I want to use an int variable which can hold ONLY upto 6 digit values, i.e., -999999 thru 999999 ...
確定! 回上一頁