Example #1
0
 def insert_player(name, birthday, gender, rank, point):
     Player.create_player(name, birthday, gender, rank, point)