摘要:
import turtle def round_rectangle(length,high,cor_angle,cor_rad): for i in range(2): turtle.fd(high) turtle.circle(cor_rad,cor_angle) turtle.fd(length 阅读全文
摘要:
一、没想到光是运行 adb shell 就出了不少问题 第一个问题 process finished with exit code 2 查了下才发现是我的文件夹和文件命名错误的问题: 我将py文件命名为 have a jump ,带上了空格,正确的命名方式应该是have_a_jump 第二个问题 e 阅读全文
摘要:
1. (1)测试 simOneGame(probA,porbB) def printIntroduce(): print('学号39,This program simulates a game between two players,A and B') print('Probability(a nu 阅读全文