Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

what is wrong with this code and what do I need to fix? def check_section(section_num: int, game_state: str) -> bool: return true if specified

image text in transcribed

what is wrong with this code and what do I need to fix?

def check_section(section_num: int, game_state: str) -> bool: "" return true if specified section in game matches the same section in answer >>> check_section(1 , C) True >>> check_section(6 , C) False if section_num = 1 and ANSWER[O:get_section_start + SECTION_LENGTH] == \ ANSWER[O:(get_section_start + SECTION_LENGTH)]: return True else: return false def change_state(game_state: str, section_num: int, move: str) -> str: "" return a new string that reflects the move given to a specfic section Debug 1/0 Python Shell] Commands execute without debug. Use arrow keys for history. num_moves = play-game(start_state, game_mode) File "/Users/katrinabartley/Downloads/al_wordlock 3/wordlock_game.py", line 158, in state = make_move(state, section_num, move) File "/Users/katrinabartley/Downloads/al_wordlock 3/wordlock_game.py", line 86, in check_result = wf.check_section state, section_num) File "/Users/katrinabartley/Downloads/a1_wordlock 3/wordlock_functions.py", line 62, in check_section if section_num = 1 and builtins. TypeError: unsupported operand type(s) for //: 'str' and 'int

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Management Databases And Organizations

Authors: Richard T. Watson

2nd Edition

0471180742, 978-0471180746

More Books

Students also viewed these Databases questions

Question

What is a deposition?

Answered: 1 week ago

Question

Describe your ideal working day.

Answered: 1 week ago