Skip to main content
edited body
Source Link
Iron Fist
  • 11k
  • 2
  • 20
  • 36

I need to generate a list which will have random alphanumeric string of fixed length. It will be something like: list = ['ag5','5b9','c85'] I can make the list with random numbers, but iI can't work out to make strings which will have both numbers and letters.The list will have fixed length(say 100 item). I am using python 3.

I need to generate a list which will have random alphanumeric string of fixed length. It will be something like: list = ['ag5','5b9','c85'] I can make the list with random numbers, but i can't work out to make strings which will have both numbers and letters.The list will have fixed length(say 100 item). I am using python 3.

I need to generate a list which will have random alphanumeric string of fixed length. It will be something like: list = ['ag5','5b9','c85'] I can make the list with random numbers, but I can't work out to make strings which will have both numbers and letters.The list will have fixed length(say 100 item). I am using python 3.

deleted 1 character in body; edited tags
Source Link
Eugene Yarmash
  • 151.8k
  • 44
  • 346
  • 391

I need to generate a list which will have random alphaneumericalphanumeric string of fixed length. It will be something like: list = ['ag5','5b9','c85'] I can make the list with random numbers, but i can't work out to make strings which will have both numbers and letters.The list will have fixed length(say 100 item). I am using python 3.

I need to generate a list which will have random alphaneumeric string of fixed length. It will be something like: list = ['ag5','5b9','c85'] I can make the list with random numbers, but i can't work out to make strings which will have both numbers and letters.The list will have fixed length(say 100 item). I am using python 3.

I need to generate a list which will have random alphanumeric string of fixed length. It will be something like: list = ['ag5','5b9','c85'] I can make the list with random numbers, but i can't work out to make strings which will have both numbers and letters.The list will have fixed length(say 100 item). I am using python 3.

deleted 2 characters in body
Source Link
Iron Fist
  • 11k
  • 2
  • 20
  • 36

I need to generate a list which will have random alphaneumeric string of fixed length. It will be something like: list = ['ag5','5b9','c85']list = ['ag5','5b9','c85'] I can make the list with random numbers, but i can't work out to make strings which will have both numbers and letters.The list will have fixed length(say 100 item). I am using python 3.

I need to generate a list which will have random alphaneumeric string of fixed length. It will be something like: list = ['ag5','5b9','c85'] I can make the list with random numbers, but i can't work out to make strings which will have both numbers and letters.The list will have fixed length(say 100 item). I am using python 3.

I need to generate a list which will have random alphaneumeric string of fixed length. It will be something like: list = ['ag5','5b9','c85'] I can make the list with random numbers, but i can't work out to make strings which will have both numbers and letters.The list will have fixed length(say 100 item). I am using python 3.

Source Link
Aman
  • 129
  • 1
  • 1
  • 7
Loading