How to split A1 into A and 1 in python? [closed]
up vote
-5
down vote
favorite
string=A1
is it row,col=string.split()
python
closed as off-topic by Stephen Rauch, 200_success, janos, Heslacher, Sᴀᴍ Onᴇᴌᴀ Dec 8 at 13:05
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – 200_success, janos, Heslacher, Sᴀᴍ Onᴇᴌᴀ
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
-5
down vote
favorite
string=A1
is it row,col=string.split()
python
closed as off-topic by Stephen Rauch, 200_success, janos, Heslacher, Sᴀᴍ Onᴇᴌᴀ Dec 8 at 13:05
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – 200_success, janos, Heslacher, Sᴀᴍ Onᴇᴌᴀ
If this question can be reworded to fit the rules in the help center, please edit the question.
Ask this at stack Overflow, it is more suited to questions than Code review which is about improving current code (but the easiest way is just String splicing to take the first and second items of the string)
– 13ros27
Dec 8 at 21:16
add a comment |
up vote
-5
down vote
favorite
up vote
-5
down vote
favorite
string=A1
is it row,col=string.split()
python
string=A1
is it row,col=string.split()
python
python
asked Dec 8 at 6:49
Apple
1
1
closed as off-topic by Stephen Rauch, 200_success, janos, Heslacher, Sᴀᴍ Onᴇᴌᴀ Dec 8 at 13:05
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – 200_success, janos, Heslacher, Sᴀᴍ Onᴇᴌᴀ
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by Stephen Rauch, 200_success, janos, Heslacher, Sᴀᴍ Onᴇᴌᴀ Dec 8 at 13:05
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Code not implemented or not working as intended: Code Review is a community where programmers peer-review your working code to address issues such as security, maintainability, performance, and scalability. We require that the code be working correctly, to the best of the author's knowledge, before proceeding with a review." – 200_success, janos, Heslacher, Sᴀᴍ Onᴇᴌᴀ
If this question can be reworded to fit the rules in the help center, please edit the question.
Ask this at stack Overflow, it is more suited to questions than Code review which is about improving current code (but the easiest way is just String splicing to take the first and second items of the string)
– 13ros27
Dec 8 at 21:16
add a comment |
Ask this at stack Overflow, it is more suited to questions than Code review which is about improving current code (but the easiest way is just String splicing to take the first and second items of the string)
– 13ros27
Dec 8 at 21:16
Ask this at stack Overflow, it is more suited to questions than Code review which is about improving current code (but the easiest way is just String splicing to take the first and second items of the string)
– 13ros27
Dec 8 at 21:16
Ask this at stack Overflow, it is more suited to questions than Code review which is about improving current code (but the easiest way is just String splicing to take the first and second items of the string)
– 13ros27
Dec 8 at 21:16
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Ask this at stack Overflow, it is more suited to questions than Code review which is about improving current code (but the easiest way is just String splicing to take the first and second items of the string)
– 13ros27
Dec 8 at 21:16