How to split A1 into A and 1 in python? [on hold]
up vote
-5
down vote
favorite
string=A1
is it row,col=string.split()
python
New contributor
Apple is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Stephen Rauch, 200_success, janos, Heslacher, Sᴀᴍ Onᴇᴌᴀ 11 hours ago
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
New contributor
Apple is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Stephen Rauch, 200_success, janos, Heslacher, Sᴀᴍ Onᴇᴌᴀ 11 hours ago
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
3 hours ago
add a comment |
up vote
-5
down vote
favorite
up vote
-5
down vote
favorite
string=A1
is it row,col=string.split()
python
New contributor
Apple is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
string=A1
is it row,col=string.split()
python
python
New contributor
Apple is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Apple is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Apple is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 18 hours ago
Apple
1
1
New contributor
Apple is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Apple is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Apple is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
put on hold as off-topic by Stephen Rauch, 200_success, janos, Heslacher, Sᴀᴍ Onᴇᴌᴀ 11 hours ago
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.
put on hold as off-topic by Stephen Rauch, 200_success, janos, Heslacher, Sᴀᴍ Onᴇᴌᴀ 11 hours ago
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
3 hours ago
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
3 hours ago
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
3 hours ago
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
3 hours ago
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
3 hours ago