I know I can get a list of the characters in a string by simply doing:- listOfCharacters = list("This is a string")
... but how do I get a list of integers? -- Chris Green ยท -- https://mail.python.org/mailman/listinfo/python-list
I know I can get a list of the characters in a string by simply doing:- listOfCharacters = list("This is a string")
... but how do I get a list of integers? -- Chris Green ยท -- https://mail.python.org/mailman/listinfo/python-list