Category Archives: Python
Python: Put comma(s) to numbers
This script will put commas between each group of three digits number. For example, 1234567 will become 1,234,567. Continue reading
Python: Prime Number
This Python script will generate a list of prime number. Continue reading
