강의

멘토링

로드맵

Inflearn Community Q&A

sadasdwq's profile image
sadasdwq

asked

Introduction to Python Algorithm Problem Solving (Coding Test Preparation)

11. Lattice Palindrome

열부분 슬라이싱 질문

Written on

·

288

0

행부분을 temp = board[j][i+5]로 슬라이싱하셨는데

열부분은 temp = board[j:j+5][i]로는 슬라이싱이 안되나요?

python코딩-테스트코테 준비 같이 해요!

Answer

This question is waiting for answers
Be the first to answer!
sadasdwq's profile image
sadasdwq

asked

Ask a question