Python-Programming-MOOC
编写函数 solve(),实现seven_brothers的功能。
编写函数 solve(text),实现first_character的功能。
编写函数 solve(x, y, z),实现mean的功能。
编写函数 solve(text, times),实现print_many_times的功能。
编写函数 solve(length),实现hash_square的功能。
编写函数 solve(size),实现chessboard的功能。
编写函数 solve(string, amount),实现squared的功能。
编写函数 solve(integer, string),实现line的功能。
编写函数 solve(integer, string),实现line的功能。
编写函数 solve(integer, string),实现line的功能。
编写函数 solve(integer, string),实现line的功能。
编写函数 solve(integer, string),实现line的功能。
编写函数 solve(integer, string),实现line的功能。
编写函数 solve(size),实现spruce的功能。
编写函数 solve(a, b, c),实现greatest_number的功能。
编写函数 solve(string, a, b),实现same_chars的功能。
编写函数 solve(string),实现first_word的功能。
编写函数 solve(list),实现length的功能。
编写函数 solve(list),实现mean的功能。
编写函数 solve(list),实现range_of_list的功能。
编写函数 solve(list),实现list_of_stars的功能。
编写函数 solve(string_1, string_2),实现anagrams的功能。
编写函数 solve(list),实现sum_of_positives的功能。
编写函数 solve(list),实现even_numbers的功能。
编写函数 solve(list_1, list_2),实现list_sum的功能。
编写函数 solve(list),实现distinct_numbers的功能。
编写函数 solve(list),实现length_of_longest的功能。
编写函数 solve(list),实现shortest的功能。
编写函数 solve(list),实现all_the_longest的功能。
编写函数 solve(list),实现formatted的功能。
编写函数 solve(list),实现everything_reversed的功能。
编写函数 solve(string),实现most_common_character的功能。
编写函数 solve(string),实现no_vowels的功能。
编写函数 solve(list),实现no_shouting的功能。
编写函数 solve(list),实现longest_series_of_neighbours的功能。
编写函数 solve(strings),实现longest的功能。
编写函数 solve(my_mytrix, element),实现count_matching_elements的功能。
编写函数 solve(game_board),实现who_won的功能。
编写函数 solve(sudoku, row_no),实现row_correct的功能。
编写函数 solve(sudoku, column_no),实现column_correct的功能。
编写函数 solve(sudoku, row_no, column_no),实现block_correct的功能。
编写函数 solve(sudoku),实现sudoku_grid_correct的功能。
编写函数 solve(numbers),实现double_items的功能。
编写函数 solve(numbers),实现remove_smallest的功能。
编写函数 solve(sudoku),实现print_sudoku的功能。
编写函数 solve(sudoku),实现print_sudoku的功能。
编写函数 solve(game_board, x, y, piece),实现play_turn的功能。
编写函数 solve(matrix),实现transpose的功能。
编写函数 solve(start_intex, end_index),实现times_ten的功能。
编写函数 solve(n),实现factorials的功能。
编写函数 solve(string),实现histogram的功能。
编写函数 solve(dictionary),实现invert的功能。
编写函数 solve(),实现dict_of_numbers的功能。
编写函数 solve(database, name, director, year, runtime),实现add_movie的功能。
编写函数 solve(database, search_term),实现find_movies的功能。
编写函数 solve(x, y, z),实现create_tuple的功能。
编写函数 solve(people),实现oldest_person的功能。
编写函数 solve(people, year),实现older_people的功能。
编写函数 solve(students, name),实现add_student的功能。
编写函数 solve(),实现largest的功能。
编写函数 solve(),实现read_fruits的功能。
编写函数 solve(),实现read_matrix的功能。
编写函数 solve(),实现filter_solutions的功能。
编写函数 solve(search_term),实现find_words的功能。
编写函数 solve(),实现filter_incorrect的功能。
编写函数 solve(leg1, leg2),实现hypotenuse的功能。
编写函数 solve(my_string),实现separate_characters的功能。
编写函数 solve(amount),实现fractionate的功能。
编写函数 solve(amount, lower, upper),实现lottery_numbers的功能。
编写函数 solve(length),实现generate_password的功能。
编写函数 solve(length, dig, special),实现generate_strong_password的功能。
编写函数 solve(die),实现roll的功能。
编写函数 solve(n, beginning),实现words的功能。
编写函数 solve(pic),实现is_it_valid的功能。
编写函数 solve(program),实现run的功能。